File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ RUN \
107107 curl \
108108 git \
109109 ${INSTALL_ABIWORD:+abiword abiword-plugin-command} \
110- ${INSTALL_SOFFICE:+libreoffice openjdk8-jre libreoffice-common}
110+ ${INSTALL_SOFFICE:+libreoffice openjdk8-jre libreoffice-common} && \
111+ rm -rf /var/cache/apk/*
111112
112113USER etherpad
113114
@@ -172,7 +173,8 @@ RUN bash -c ./bin/installLocalPlugins.sh
172173RUN bin/installDeps.sh && \
173174 if [ ! -z "${ETHERPAD_PLUGINS}" ] || [ ! -z "${ETHERPAD_GITHUB_PLUGINS}" ]; then \
174175 pnpm run plugins i ${ETHERPAD_PLUGINS} ${ETHERPAD_GITHUB_PLUGINS:+--github ${ETHERPAD_GITHUB_PLUGINS}}; \
175- fi
176+ fi && \
177+ pnpm store prune
176178
177179# Copy the configuration file.
178180COPY --chown=etherpad:etherpad ${SETTINGS} "${EP_DIR}" /settings.json
You can’t perform that action at this time.
0 commit comments