diff --git a/docker/Dockerfile b/docker/Dockerfile index cd2de6f9a..d7983d5c9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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. #