images/actions/php/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 3m37s
CI / build_php (8.1) (push) Failing after 1m58s
CI / build_php (8.2) (push) Failing after 2m15s
CI / build_java (17) (push) Successful in 4m16s
CI / build_java (1_8_0) (push) Successful in 2m38s
CI / build_java (21) (push) Successful in 2m36s
Some checks failed
CI / build_act (push) Successful in 3m37s
CI / build_php (8.1) (push) Failing after 1m58s
CI / build_php (8.2) (push) Failing after 2m15s
CI / build_java (17) (push) Successful in 4m16s
CI / build_java (1_8_0) (push) Successful in 2m38s
CI / build_java (21) (push) Successful in 2m36s
This commit is contained in:
parent
f9c809b17c
commit
386fa9ba2f
1 changed files with 1 additions and 3 deletions
|
@ -12,6 +12,4 @@ RUN \
|
|||
major_version=$(echo ${PACKAGE_VERSION} | cut -d. -f1) && \
|
||||
minor_version=$(echo ${PACKAGE_VERSION} | cut -d. -f2) && \
|
||||
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}" php-composer2
|
||||
version_upper_bound="${major_version}.$((minor_version + 1))" && \libxml2-2
|
Loading…
Reference in a new issue