images/actions/php/Dockerfile aktualisiert
This commit is contained in:
parent
1a6a9aef1e
commit
16a0044cf3
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ RUN \
|
|||
sudo zypper -n addlock "php${major_version} < ${PACKAGE_VERSION}"; \
|
||||
version_upper_bound="${major_version}.$((minor_version + 1))" && \
|
||||
sudo zypper -n addlock "php${major_version} >= ${version_upper_bound}" && \
|
||||
sudo zypper -n install "php${major_version}"
|
||||
sudo zypper -n install "php${major_version}" composer
|
Loading…
Reference in a new issue