part 4
Some checks failed
/ docker (push) Failing after 23s

This commit is contained in:
Lee 2023-07-08 00:45:23 +01:00
parent 34627788c6
commit 1213a7a4a0

@ -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