Update Dockerfile
Some checks failed
Publish Docker Image / docker (push) Has been cancelled

This commit is contained in:
Lee 2024-07-07 18:13:52 +00:00
parent 814a81d74e
commit 970b918b8d

@ -44,7 +44,7 @@ COPY --from=builder /tmp/public /tmp/public
# Install runtime dependencies
RUN apk update && apk upgrade && \
apk add --no-cache php81 php83-fpm php83-gd pcre
apk add --no-cache php83 php83-fpm php83-gd pcre
# Cleanup unnecessary files
RUN rm -rf /var/cache/apk/*