Skip to content

Commit

Permalink
chore(docker): alpine-specific adduser (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 4, 2018
1 parent 8c1618a commit dbaf576
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 @@ -15,7 +15,7 @@ RUN apk --nocache add --update bash wget && \

ENV PATH "/packer:$PATH"

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

USER spinnaker

Expand Down

0 comments on commit dbaf576

Please sign in to comment.