diff --git a/Dockerfile b/Dockerfile index d7c7fbc..ec6d2d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,10 +19,7 @@ WORKDIR $CONFLUENCE_HOME CMD ["/entrypoint.sh", "-fg"] ENTRYPOINT ["/sbin/tini", "--"] -RUN apk update -qq \ - && 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/* +RUN apk add --no-cache wget curl bash procps perl ttf-dejavu tini COPY entrypoint.sh /entrypoint.sh