images/actions/php/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 1m16s
CI / build_php (81) (push) Successful in 1m32s
CI / build_php (83) (push) Successful in 1m39s
CI / build_php (82) (push) Successful in 1m41s
CI / build_java (17) (push) Has been cancelled
CI / build_java (21) (push) Has been cancelled
CI / build_java (8) (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-04-26 22:24:41 +00:00
parent af0a19d9b4
commit 07b874d1d1

View file

@ -1,4 +1,4 @@
FROM git.euph.dev/actions/runner-basic:latest
ARG PACKAGE_VERSION
RUN apk add --no-cache "php$PACKAGE_VERSION" composer
RUN sudo apk add --no-cache "php$PACKAGE_VERSION" composer