Skip to content

Commit

Permalink
Fix typo in Dockerfile.slim (#292)
Browse files Browse the repository at this point in the history
apk uses --no-cache flag
  • Loading branch information
posox authored and lwander committed Apr 19, 2018
1 parent af5638c commit 8d7e7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER delivery-engineering@netflix.com

COPY ./kayenta-web/build/install/kayenta /opt/kayenta

RUN apk --nocache add --update bash
RUN apk --no-cache add --update bash

RUN adduser -D -S spinnaker

Expand Down

0 comments on commit 8d7e7b4

Please sign in to comment.