remove npm cache from image

This commit is contained in:
Stefan Schwarz 2019-10-06 22:35:33 +02:00 committed by muxator
parent a9a3bf9bd2
commit 070a5fd74f
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ RUN echo "Getting version: ${ETHERPAD_VERSION}" && \
WORKDIR /opt/etherpad-lite
# install node dependencies for Etherpad
RUN bin/installDeps.sh
RUN bin/installDeps.sh && \
rm -rf ~/.npm/_cacache
# Install the plugins, if ETHERPAD_PLUGINS is not empty.
#