mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
CONFSRVDEV-8918 - Address feedback
This commit is contained in:
parent
bc4fe3dd2e
commit
d99bfe5897
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user