From 99ca7597f43ca7b17f79093fda6ac9dd1e210981 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 8 Jul 2023 00:11:43 +0100 Subject: [PATCH] attempt 3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bed3faf..81c9f1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.18.2 # Install dependencies RUN apk update && \ apk upgrade && \ - apk add --no-cache nginx php8 php8-fpm && \ + apk add --no-cache nginx php php-fpm && \ rm -rf /var/cache/apk/* # Set up nginx