Merge pull request #89 from dominik-bln/patch-1

Use --no-cache for Alpine to minimize footprint
tini-v0.15.0
Thomas Orozco 8 years ago committed by GitHub
commit eb3987cd02
  1. 2
      README.md
  2. 2
      tpl/README.md.in

@ -96,7 +96,7 @@ your package manager):
On Alpine Linux, you can use the following command to install Tini:
RUN apk add --update tini
RUN apk add --no-cache tini
# Tini is now available at /sbin/tini
ENTRYPOINT ["/sbin/tini", "--"]

@ -96,7 +96,7 @@ your package manager):
On Alpine Linux, you can use the following command to install Tini:
RUN apk add --update tini
RUN apk add --no-cache tini
# Tini is now available at /sbin/tini
ENTRYPOINT ["/sbin/tini", "--"]

Loading…
Cancel
Save