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
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:
parent
386fa9ba2f
commit
89fd86f86c
1 changed files with 3 additions and 1 deletions
|
@ -12,4 +12,6 @@ RUN \
|
||||||
major_version=$(echo ${PACKAGE_VERSION} | cut -d. -f1) && \
|
major_version=$(echo ${PACKAGE_VERSION} | cut -d. -f1) && \
|
||||||
minor_version=$(echo ${PACKAGE_VERSION} | cut -d. -f2) && \
|
minor_version=$(echo ${PACKAGE_VERSION} | cut -d. -f2) && \
|
||||||
sudo zypper -n addlock "php${major_version} < ${PACKAGE_VERSION}"; \
|
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}"
|
Loading…
Reference in a new issue