Skip to content

Commit

Permalink
Dockerfile.alltools: fix invalid command
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored and kimmyeonghun committed Jul 2, 2018
1 parent 98bdf90 commit 7dbaad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alltools
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk add --no-cache ca-certificates
COPY --from=builder /go-esn/build/bin/* /usr/local/bin/

RUN addgroup -g 1000 gesn && \
adduser -h /root -D -u 1000 -G gesn gesn \
adduser -h /root -D -u 1000 -G gesn gesn && \
chown gesn:gesn /root

USER gesn
Expand Down

0 comments on commit 7dbaad2

Please sign in to comment.