Skip to content
Snippets Groups Projects
Unverified Commit 2a282860 authored by Márk Sági-Kazár's avatar Márk Sági-Kazár Committed by GitHub
Browse files

Merge pull request #1836 from lcostea/master

feat: reduce image size without apk cache
parents c82d21b1 83673fb3
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ WORKDIR / ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment