etherpad: ln -s python
This commit is contained in:
parent
130db580e1
commit
6721b76c9a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +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 \
|
||||||
&& npm install \
|
&& npm install \
|
||||||
&& npm install sqlite3 \
|
&& npm install sqlite3 \
|
||||||
&& rm /srv/etherpad/settings.json \
|
&& rm /srv/etherpad/settings.json \
|
||||||
|
|
Loading…
Reference in a new issue