From 4dc21bd7d9b0afdc6e91049ea9f83e26137e5453 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 20:11:01 +0000 Subject: [PATCH] Update images/actions/php-8.2/Dockerfile --- images/actions/php-8.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index a06dfcb..89d2f43 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -1,3 +1,3 @@ FROM php:8.2-alpine -RUN apk add nodejs git curl composer bash +RUN apk add nodejs git curl composer bash sudo