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
1 changed files with 1 additions and 1 deletions

View File

@ -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