From 1213a7a4a0fd9c7ef03326f848e4ab37983f4132 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 8 Jul 2023 00:45:23 +0100 Subject: [PATCH] part 4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6038798..64b5a54 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 php81 php81-fpm && \ + apk add --no-cache nginx php81 php81-fpm php81-pear && \ rm -rf /var/cache/apk/* # Install Imagick