etherpad: tell it where python is located

This commit is contained in:
Starbeamrainbowlabs 2020-09-26 15:50:11 +01:00
parent e83245845b
commit 130db580e1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -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
ENV PYTHON /usr/bin/python3
RUN cd /srv/etherpad \
&& npm install \
&& npm install sqlite3 \