images/actions/php/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 2m38s
CI / build_php (8.2) (push) Failing after 1m19s
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_java (17) (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-04-25 16:50:50 +00:00
parent b3c114910f
commit f3e15b325f

View file

@ -4,7 +4,7 @@ ARG PACKAGE_VERSION
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
RUN sudo zypper -n addrepo https://download.opensuse.org/repositories/devel:languages:php/openSUSE_Leap_$(grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"')/devel:languages:php.repo
RUN sudo zypper -n addrepo https://download.opensuse.org/repositories/server:php:applications/$(grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"')server:php:applications.repo
RUN sudo zypper -n addrepo https://download.opensuse.org/repositories/server:php:applications/$(grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"')/server:php:applications.repo
RUN sudo zypper -n --gpg-auto-import-keys refresh
RUN sudo zypper -n update