mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Leave no apk cache in Docker image (#3327)
This commit is contained in:
parent
ddfa112e0b
commit
2f3d60a63b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue