images/actions/php/Dockerfile aktualisiert
Some checks failed
CI / build_php (8.2) (push) Has been cancelled
CI / build_java (17) (push) Has been cancelled
CI / build_java (1_8_0) (push) Has been cancelled
CI / build_java (21) (push) Has been cancelled
CI / build_php (8.1) (push) Has been cancelled
CI / build_act (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-04-25 18:54:37 +00:00
parent 386fa9ba2f
commit 89fd86f86c

View file

@ -12,4 +12,6 @@ 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))" && \libxml2-2
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}"