Skip to content

Commit

Permalink
Update to support pyca/cryptography#5771
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kruse committed Feb 9, 2021
1 parent 70949bb commit 481bf8f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
# git && \
# pip install pycrypto

FROM python:3.7-alpine3.11 AS cmps
FROM python:3.9-alpine3.13 AS cmps
RUN apk -U --no-cache add \
make gcc musl-dev libffi-dev openssl-dev zlib-dev\
git && \
git \
rust cargo && \
pip install pycrypto

ARG compose_version=1.26.2
ARG compose_version=1.28.2

RUN git clone --depth 1 --branch ${compose_version} https://github.com/docker/compose.git /code/compose

Expand Down

0 comments on commit 481bf8f

Please sign in to comment.