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
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:
parent
608f6f5780
commit
083184f083
1 changed files with 1 additions and 4 deletions
|
@ -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
|
Loading…
Reference in a new issue