From 0d9f1c43efa007a0c0d44b905d59343129d79b12 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 16 Mar 2021 23:49:55 +0000 Subject: [PATCH] etherpad: use npm clean-install --- images/etherpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/etherpad/Dockerfile b/images/etherpad/Dockerfile index deb6639..26c5856 100644 --- a/images/etherpad/Dockerfile +++ b/images/etherpad/Dockerfile @@ -11,7 +11,7 @@ ENV PYTHON /usr/bin/python3 RUN cd /srv/etherpad \ && ln -s /usr/bin/python3 /usr/bin/python \ - && npm install \ + && npm clean-install \ && npm install sqlite3 \ && rm -rf /srv/etherpad/.git