revert to not using Imagick
All checks were successful
/ docker (push) Successful in 29s

This commit is contained in:
Lee
2023-07-08 00:51:33 +01:00
parent 9109639908
commit d6f346200a
2 changed files with 6 additions and 21 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:3.18.2
# Install dependencies
RUN apk update && \
apk upgrade && \
apk add --no-cache nginx php81 php81-fpm php81-pecl-imagick && \
apk add --no-cache nginx php81 php81-fpm php81-gd && \
rm -rf /var/cache/apk/*
# Set up nginx