This commit is contained in:
Jackson Delahunt 2019-03-26 15:14:42 +11:00 committed by Jackson
parent 8afea87e81
commit f10df7f1c0

View file

@ -169,5 +169,9 @@ RUN mv /usr/local/bin/define /usr/local/bin/def
RUN curl -sSL https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz | \
tar -C / -xzf -
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz /tmp/
RUN tar xzf /tmp/s6-overlay-amd64.tar.gz -C / --exclude=./bin && \
tar xzf /tmp/s6-overlay-amd64.tar.gz -C /usr ./bin
# Use s6 init system
ENTRYPOINT ["/init"]