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

This commit is contained in:
Snoweuph 2024-04-26 22:31:31 +00:00
parent 83a3200c50
commit 46cb3060ee

View file

@ -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