This commit is contained in:
parent
814a81d74e
commit
970b918b8d
@ -44,7 +44,7 @@ COPY --from=builder /tmp/public /tmp/public
|
|||||||
|
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
RUN apk update && apk upgrade && \
|
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
|
# Cleanup unnecessary files
|
||||||
RUN rm -rf /var/cache/apk/*
|
RUN rm -rf /var/cache/apk/*
|
||||||
|
Loading…
Reference in New Issue
Block a user