mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-08-06 22:27:12 +02:00
Clear apk and pnpm cache after installation of packages (#7059)
This commit is contained in:
parent
215bbc6043
commit
9b7cff8af1
@ -107,7 +107,8 @@ RUN \
|
|||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
${INSTALL_ABIWORD:+abiword abiword-plugin-command} \
|
${INSTALL_ABIWORD:+abiword abiword-plugin-command} \
|
||||||
${INSTALL_SOFFICE:+libreoffice openjdk8-jre libreoffice-common}
|
${INSTALL_SOFFICE:+libreoffice openjdk8-jre libreoffice-common} && \
|
||||||
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
USER etherpad
|
USER etherpad
|
||||||
|
|
||||||
@ -172,7 +173,8 @@ RUN bash -c ./bin/installLocalPlugins.sh
|
|||||||
RUN bin/installDeps.sh && \
|
RUN bin/installDeps.sh && \
|
||||||
if [ ! -z "${ETHERPAD_PLUGINS}" ] || [ ! -z "${ETHERPAD_GITHUB_PLUGINS}" ]; then \
|
if [ ! -z "${ETHERPAD_PLUGINS}" ] || [ ! -z "${ETHERPAD_GITHUB_PLUGINS}" ]; then \
|
||||||
pnpm run plugins i ${ETHERPAD_PLUGINS} ${ETHERPAD_GITHUB_PLUGINS:+--github ${ETHERPAD_GITHUB_PLUGINS}}; \
|
pnpm run plugins i ${ETHERPAD_PLUGINS} ${ETHERPAD_GITHUB_PLUGINS:+--github ${ETHERPAD_GITHUB_PLUGINS}}; \
|
||||||
fi
|
fi && \
|
||||||
|
pnpm store prune
|
||||||
|
|
||||||
# Copy the configuration file.
|
# Copy the configuration file.
|
||||||
COPY --chown=etherpad:etherpad ${SETTINGS} "${EP_DIR}"/settings.json
|
COPY --chown=etherpad:etherpad ${SETTINGS} "${EP_DIR}"/settings.json
|
||||||
|
Loading…
Reference in New Issue
Block a user