Skip to content

Commit

Permalink
Merge pull request #4 from permutive-engineering/tini
Browse files Browse the repository at this point in the history
Install tini by default
  • Loading branch information
TimWSpence authored May 4, 2022
2 parents 36e14fa + f0b3b9f commit 4495dab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/liberica-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,6 @@ RUN ln -s ${GLIBC_PREFIX}/lib/ld-*.so* /lib \
&& for pkg in $OPT_PKGS ; do apk --no-cache add $pkg ; done \
&& ${GLIBC_PREFIX}/sbin/ldconfig \
&& echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' > /etc/nsswitch.conf \
&& apk add --no-cache jattach --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/
&& apk add --no-cache jattach --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
&& chmod a-x $(which jattach) \
&& apk add --no-cache tini

0 comments on commit 4495dab

Please sign in to comment.