Skip to content

Commit

Permalink
fix(container): typo in apk command in slim container (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Mar 15, 2017
1 parent 7a25cb2 commit 2566f20
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 ./clouddriver-web/build/install/clouddriver /opt/clouddriver

RUN apk --nocache add --update bash wget unzip python=2.7.12-r0 && \
RUN apk --no-cache add --update bash wget unzip python=2.7.12-r0 && \
wget -nv https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && \
unzip -qq google-cloud-sdk.zip -d /opt && \
rm google-cloud-sdk.zip && \
Expand Down

0 comments on commit 2566f20

Please sign in to comment.