From f986b61d94bfb23b924f882c6482bc3cfd756164 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 20:05:53 +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 935b650..15002f2 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -1,3 +1,3 @@ FROM php:8.2-alpine -apk add nodejs git curl composer +RUN apk add nodejs git curl composer