Skip to content
Snippets Groups Projects
Commit 4114822e authored by Vadim Bauer's avatar Vadim Bauer Committed by Rohith Jayawardene
Browse files

use --no-cache (#264)

--update isn't available in alpine 3.6 its better to use --no-cache this always downloads the latest index
parent 920a0a62
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ LABEL Name=keycloak-proxy \
Url=https://github.com/gambol99/keycloak-proxy \
Help=https://github.com/gambol99/keycloak-proxy/issues
RUN apk add ca-certificates --update
RUN apk add --no-cache ca-certificates
ADD templates/ /opt/templates
ADD bin/keycloak-proxy /opt/keycloak-proxy
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment