CONFSRVDEV-8918 - Address feedback

This commit is contained in:
Minh Tran 2018-11-05 23:48:52 +11:00
parent bc4fe3dd2e
commit d99bfe5897

View File

@ -19,10 +19,7 @@ WORKDIR $CONFLUENCE_HOME
CMD ["/entrypoint.sh", "-fg"] CMD ["/entrypoint.sh", "-fg"]
ENTRYPOINT ["/sbin/tini", "--"] ENTRYPOINT ["/sbin/tini", "--"]
RUN apk update -qq \ RUN apk add --no-cache wget curl bash procps perl ttf-dejavu tini
&& update-ca-certificates \
&& apk add ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu tini \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/ /tmp/* /var/tmp/*
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh