images/actions/php/Dockerfile aktualisiert
Some checks failed
CI / build_php (81) (push) Has been cancelled
CI / build_php (82) (push) Has been cancelled
CI / build_php (83) (push) Has been cancelled
CI / build_java (17) (push) Has been cancelled
CI / build_java (21) (push) Has been cancelled
CI / build_java (8) (push) Has been cancelled
CI / build_act (push) Has been cancelled
Some checks failed
CI / build_php (81) (push) Has been cancelled
CI / build_php (82) (push) Has been cancelled
CI / build_php (83) (push) Has been cancelled
CI / build_java (17) (push) Has been cancelled
CI / build_java (21) (push) Has been cancelled
CI / build_java (8) (push) Has been cancelled
CI / build_act (push) Has been cancelled
This commit is contained in:
parent
83a3200c50
commit
46cb3060ee
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM git.euph.dev/actions/runner-basic:latest
|
||||
ARG PACKAGE_VERSION
|
||||
|
||||
RUN sudo apk add --no-cache "php$PACKAGE_VERSION" composer
|
||||
RUN sudo apk add --no-cache "php$(echo $PACKAGE_VERSION | tr -d .)" composer
|
Loading…
Reference in a new issue