From 4d3cfe94bb88ab6b487fcc2e86e684f692c47f1b Mon Sep 17 00:00:00 2001 From: jank Date: Sun, 27 Apr 2025 16:17:54 +0000 Subject: [PATCH] Update images/actions/php/Dockerfile --- images/actions/php/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/actions/php/Dockerfile b/images/actions/php/Dockerfile index d6c458a..0632246 100644 --- a/images/actions/php/Dockerfile +++ b/images/actions/php/Dockerfile @@ -3,7 +3,6 @@ ARG PACKAGE_VERSION RUN \ version=$(echo $PACKAGE_VERSION | tr -d .) \ - && curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.alpine.sh' | sudo -E bash \ && sudo apk add --no-cache \ composer \ "php${version}" \