etherpad: fix /.npm

This commit is contained in:
Starbeamrainbowlabs 2021-06-26 00:07:49 +01:00
parent 657c7d56e0
commit 28809586e7
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ COPY settings.json /srv/etherpad/
RUN install_packages ca-certificates curl
RUN curl -sSL -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash || true
RUN cd /srv/etherpad \
RUN mkdir /.npm \
&& cd /srv/etherpad \
&& install_packages python3 make sqlite3 libsqlite3-dev gcc g++ libc-dev libc++-dev \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& src/bin/installDeps.sh \