fix 'Rust 1.41.1 does not match >=1.48.0'

This commit is contained in:
Roman Davydov
2022-11-16 12:25:01 +03:00
committed by GitHub
parent edce76e76b
commit c3bea5c1ed

View File

@@ -6,6 +6,8 @@ WORKDIR /usr/src/app
COPY ./requirements.txt ./
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-install-recommends \
gcc \