fix(Dockerfile): use libssl 1.1

This commit is contained in:
Roman Davydov
2025-11-11 21:46:22 +03:00
committed by GitHub
parent 1805dec1fa
commit 36c3988f9e

View File

@@ -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 \