Skip to content

Commit

Permalink
fix 'Rust 1.41.1 does not match >=1.48.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavydov authored Nov 16, 2022
1 parent e904663 commit 07cfbdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 07cfbdf

Please sign in to comment.