Merge pull request #1836 from lcostea/master

feat: reduce image size without apk cache
This commit is contained in:
Márk Sági-Kazár 2020-10-18 18:21:39 +02:00 committed by GitHub
commit 2a282860fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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