From ab2024b33f307a469faff6fdc4486c887a278b5e Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 1 Jul 2024 09:16:05 +0200 Subject: [PATCH] testing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 663670a..3115d02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN \ apk del ${build_pkgs} && \ rm -rf /var/cache/apk/* -RUN apk --no-cache add php8=${PHP_VERSION} \ +RUN apk --no-cache add php83 \ php83-curl COPY nginx.conf /etc/nginx/nginx.conf