images/actions/php/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 1m16s
CI / build_php (81) (push) Failing after 1m22s
CI / build_php (82) (push) Failing after 1m28s
CI / build_php (83) (push) Failing after 1m26s
CI / build_java (21) (push) Failing after 1m25s
CI / build_java (1_8_0) (push) Failing after 1m31s
CI / build_java (17) (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-04-26 22:21:12 +00:00
parent 608f6f5780
commit 083184f083

View file

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