Merge pull request #1836 from lcostea/master
feat: reduce image size without apk cache
This commit is contained in:
commit
2a282860fa
@ -25,7 +25,7 @@ WORKDIR /
|
|||||||
# experience when this doesn't work out of the box.
|
# experience when this doesn't work out of the box.
|
||||||
#
|
#
|
||||||
# OpenSSL is required so wget can query HTTPS endpoints for health checking.
|
# 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
|
USER 1001:1001
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user