etherpad: fix /.npm
This commit is contained in:
parent
657c7d56e0
commit
28809586e7
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ COPY settings.json /srv/etherpad/
|
||||||
|
|
||||||
RUN install_packages ca-certificates curl
|
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 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 \
|
&& install_packages python3 make sqlite3 libsqlite3-dev gcc g++ libc-dev libc++-dev \
|
||||||
&& ln -s /usr/bin/python3 /usr/bin/python \
|
&& ln -s /usr/bin/python3 /usr/bin/python \
|
||||||
&& src/bin/installDeps.sh \
|
&& src/bin/installDeps.sh \
|
||||||
|
|
Loading…
Reference in a new issue