dockerfile: attempt to use system OpenSSL
This commit is contained in:
parent
947c145a32
commit
75ab8e7c40
|
@ -3,7 +3,7 @@ FROM debian:bullseye AS build
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
ARG USE_CCACHE
|
ARG USE_CCACHE
|
||||||
RUN apt-get update && apt-get -y full-upgrade && \
|
RUN apt-get update && apt-get -y full-upgrade && \
|
||||||
apt-get install -y build-essential wget git ccache cmake ninja-build
|
apt-get install -y build-essential wget git ccache cmake ninja-build libssl-dev
|
||||||
|
|
||||||
COPY . /root/build-files
|
COPY . /root/build-files
|
||||||
|
|
||||||
|
|
Reference in New Issue