etherpad: use npm clean-install

This commit is contained in:
Starbeamrainbowlabs 2021-03-16 23:49:55 +00:00
parent 9727948de2
commit 0d9f1c43ef
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -11,7 +11,7 @@ ENV PYTHON /usr/bin/python3
RUN cd /srv/etherpad \ RUN cd /srv/etherpad \
&& ln -s /usr/bin/python3 /usr/bin/python \ && ln -s /usr/bin/python3 /usr/bin/python \
&& npm install \ && npm clean-install \
&& npm install sqlite3 \ && npm install sqlite3 \
&& rm -rf /srv/etherpad/.git && rm -rf /srv/etherpad/.git