etherpad: use npm clean-install
This commit is contained in:
parent
9727948de2
commit
0d9f1c43ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue