forked from mystiq/dex
feat: reduce image size without apk cache
Signed-off-by: Liviu Costea <email.lcostea@gmail.com>
This commit is contained in:
parent
28b2350cd2
commit
83673fb320
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ WORKDIR /
|
|||
# experience when this doesn't work out of the box.
|
||||
#
|
||||
# OpenSSL is required so wget can query HTTPS endpoints for health checking.
|
||||
RUN apk add --update ca-certificates openssl
|
||||
RUN apk add --no-cache --update ca-certificates openssl
|
||||
|
||||
USER 1001:1001
|
||||
|
||||
|
|
Loading…
Reference in a new issue