Skip to content

Commit

Permalink
feat(dockerfile): adding dumb-init to base image (micro#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking authored Feb 29, 2020
1 parent 0754229 commit d8377e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN mkdir /user && \
echo 'nobody:x:65534:' > /user/group

ENV GO111MODULE=on
RUN apk --no-cache add make git gcc libtool musl-dev ca-certificates && \
RUN apk --no-cache add make git gcc libtool musl-dev ca-certificates dumb-init && \
rm -rf /var/cache/apk/* /tmp/*

WORKDIR /
Expand Down

0 comments on commit d8377e0

Please sign in to comment.