Leave no apk cache in Docker image (#3327)

pull/3344/head
Peter Dave Hello 2023-06-26 17:59:02 +08:00 committed by GitHub
parent ddfa112e0b
commit 2f3d60a63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ RUN \
FROM alpine:3 as lemmy
# Install libpq for postgres
RUN apk add libpq
RUN apk add --no-cache libpq
# Copy resources
COPY --from=builder /app/lemmy_server /app/lemmy