From 6721b76c9a6cb8bdb90ad845e8d764d8ee8c72fb Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 26 Sep 2020 16:00:16 +0100 Subject: [PATCH] etherpad: ln -s python --- images/etherpad/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/etherpad/Dockerfile b/images/etherpad/Dockerfile index e5d89fa..0a6897d 100644 --- a/images/etherpad/Dockerfile +++ b/images/etherpad/Dockerfile @@ -10,6 +10,7 @@ RUN mkdir -p /srv && git clone --branch master https://github.com/ether/etherpad ENV PYTHON /usr/bin/python3 RUN cd /srv/etherpad \ + && ln -s /usr/bin/python /usr/bin/python3 \ && npm install \ && npm install sqlite3 \ && rm /srv/etherpad/settings.json \