Skip to content

Commit 904820a

Browse files
committed
Use supported cryptography version
1 parent ac11c6c commit 904820a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfiles/devilbox/Dockerfile-5.3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ LABEL "org.opencontainers.image.description"="PHP-FPM 5.3-community"
4040
#--------------------------------------------------------------------------------------------------
4141

4242
RUN set -eux \
43+
&& pip install 'cryptography>=2.9,<3.0' \
4344
&& pip install 'ansible>=3,<4'
4445

4546

Dockerfiles/devilbox/Dockerfile-5.4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ LABEL "org.opencontainers.image.description"="PHP-FPM 5.4-community"
4040
#--------------------------------------------------------------------------------------------------
4141

4242
RUN set -eux \
43+
&& pip install 'cryptography>=2.9,<3.0' \
4344
&& pip install 'ansible>=3,<4'
4445

4546

Dockerfiles/devilbox/Dockerfile-5.5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ LABEL "org.opencontainers.image.description"="PHP-FPM 5.5-community"
4040
#--------------------------------------------------------------------------------------------------
4141

4242
RUN set -eux \
43+
&& pip install 'cryptography>=2.9,<3.0' \
4344
&& pip install 'ansible>=3,<4'
4445

4546

0 commit comments

Comments
 (0)