feat(dockerfile): adding dumb-init to base image (#1278)

This commit is contained in:
Sumanth Chinthagunta 2020-02-29 13:55:15 -08:00 committed by GitHub
parent 0754229878
commit d8377e09c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 /