etherpad: fix ln -s

This commit is contained in:
Starbeamrainbowlabs 2020-09-26 16:09:47 +01:00
parent 6721b76c9a
commit c0db09f5f2
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -10,7 +10,7 @@ RUN mkdir -p /srv && git clone --branch master https://github.com/ether/etherpad
ENV PYTHON /usr/bin/python3 ENV PYTHON /usr/bin/python3
RUN cd /srv/etherpad \ RUN cd /srv/etherpad \
&& ln -s /usr/bin/python /usr/bin/python3 \ && ln -s /usr/bin/python3 /usr/bin/python \
&& npm install \ && npm install \
&& npm install sqlite3 \ && npm install sqlite3 \
&& rm /srv/etherpad/settings.json \ && rm /srv/etherpad/settings.json \