Browse Source

feat: reduce image size without apk cache

Signed-off-by: Liviu Costea <email.lcostea@gmail.com>
pull/1836/head
Liviu Costea 5 years ago
parent
commit
83673fb320
  1. 2
      Dockerfile

2
Dockerfile

@ -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…
Cancel
Save