etherpad: tell it where python is located
This commit is contained in:
parent
e83245845b
commit
130db580e1
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ RUN install_packages git ca-certificates python3 make gcc
|
||||||
|
|
||||||
RUN mkdir -p /srv && git clone --branch master https://github.com/ether/etherpad-lite.git /srv/etherpad
|
RUN mkdir -p /srv && git clone --branch master https://github.com/ether/etherpad-lite.git /srv/etherpad
|
||||||
|
|
||||||
|
ENV PYTHON /usr/bin/python3
|
||||||
|
|
||||||
RUN cd /srv/etherpad \
|
RUN cd /srv/etherpad \
|
||||||
&& npm install \
|
&& npm install \
|
||||||
&& npm install sqlite3 \
|
&& npm install sqlite3 \
|
||||||
|
|
Loading…
Reference in a new issue