attempt 2
Some checks failed
/ docker (push) Failing after 21s

This commit is contained in:
Lee 2023-07-08 00:10:16 +01:00
parent 911038f6fc
commit f8a23c19ba

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