File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ LABEL "org.opencontainers.image.description"="PHP-FPM 5.3-community"
4040#--------------------------------------------------------------------------------------------------
4141
4242RUN set -eux \
43+ && pip install 'cryptography>=2.9,<3.0' \
4344 && pip install 'ansible>=3,<4'
4445
4546
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ LABEL "org.opencontainers.image.description"="PHP-FPM 5.4-community"
4040#--------------------------------------------------------------------------------------------------
4141
4242RUN set -eux \
43+ && pip install 'cryptography>=2.9,<3.0' \
4344 && pip install 'ansible>=3,<4'
4445
4546
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ LABEL "org.opencontainers.image.description"="PHP-FPM 5.5-community"
4040#--------------------------------------------------------------------------------------------------
4141
4242RUN set -eux \
43+ && pip install 'cryptography>=2.9,<3.0' \
4344 && pip install 'ansible>=3,<4'
4445
4546
You can’t perform that action at this time.
0 commit comments