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