From 07b874d1d10a1b977c365326f928206b05490282 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Fri, 26 Apr 2024 22:24:41 +0000 Subject: [PATCH] images/actions/php/Dockerfile aktualisiert --- images/actions/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/php/Dockerfile b/images/actions/php/Dockerfile index 5c2ecc8..7b20f2b 100644 --- a/images/actions/php/Dockerfile +++ b/images/actions/php/Dockerfile @@ -1,4 +1,4 @@ FROM git.euph.dev/actions/runner-basic:latest ARG PACKAGE_VERSION -RUN apk add --no-cache "php$PACKAGE_VERSION" composer \ No newline at end of file +RUN sudo apk add --no-cache "php$PACKAGE_VERSION" composer \ No newline at end of file