Skip to content

Commit

Permalink
chore(docker): run alpine-specific useradd command (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 4, 2018
1 parent 71635d0 commit 79cb92e
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 @@ -18,7 +18,7 @@ RUN wget https://storage.googleapis.com/kubernetes-release/release/stable.txt &&

ENV PATH=$PATH:/opt/google-cloud-sdk/bin/

RUN useradd -m spinnaker -U
RUN adduser -D -S spinnaker

USER spinnaker

Expand Down

0 comments on commit 79cb92e

Please sign in to comment.