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
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:
parent
b3c114910f
commit
f3e15b325f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue