fix(Dockerfile): use libssl 1.1
This commit is contained in:
@@ -8,7 +8,7 @@ COPY ./requirements.txt ./
|
||||
|
||||
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install --upgrade pip setuptools wheel
|
||||
|
||||
RUN apt-get update
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-install-recommends \
|
||||
@@ -17,7 +17,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
|
||||
rustc \
|
||||
zlib1g-dev \
|
||||
libjpeg-dev \
|
||||
libssl-dev \
|
||||
libssl1.1 \
|
||||
libssl-dev=1.1.* \
|
||||
libblas-dev \
|
||||
liblapack-dev \
|
||||
make \
|
||||
|
||||
Reference in New Issue
Block a user