mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
Prevent leaving apk cache in Docker image (#1440)
Use `--no-cache` with `apk upgrade` instead of additional `apk update`
This commit is contained in:
parent
a4389c99c7
commit
d272cd80d5
@ -53,7 +53,7 @@ FROM alpine:3.13.3
|
||||
LABEL maintainer="tckb <tckb@tgrthi.me>"
|
||||
ENV LANG=C.UTF-8
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk upgrade --no-cache
|
||||
|
||||
RUN apk add --no-cache openssl ncurses libstdc++ libgcc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user