From 4ec8bf14ecb782bccd0ee05ecd5456296b11b8d6 Mon Sep 17 00:00:00 2001 From: noogen Date: Tue, 23 Apr 2019 07:03:35 -0500 Subject: [PATCH] fix build --- Dockerfile | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f571de4..de71817 100644 --- a/Dockerfile +++ b/Dockerfile @@ -124,6 +124,9 @@ RUN cd /tmp \ && ln -s /usr/bin/php-cgi7.2 /usr/bin/php-cgi \ && /usr/bin/switch-php.sh "7.2" \ +# default python 3.7 + && ln -sf $(which python3.7) /usr/bin/python3 \ + # setting upawscli, golang, and awscli && curl -sS "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" \ && python3 get-pip.py \ @@ -147,6 +150,7 @@ COPY rootfs/. / RUN cd /tmp \ # tweaks + && touch /var/log/auth.log \ && chmod +x /etc/init.d/dovecot \ && chmod +x /etc/service/sshd/run \ && chmod +x /etc/init.d/mongod \ diff --git a/README.md b/README.md index 580e6c7..1207571 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If you use this Docker for hosting and allow your user to login, I also recommen Enjoy!!! ## Release Notes -1.6.0 - Add wordpress support. Fix MonboDB weird build issue. Python 3.7, DotNetCore 2.2, GoLang 1.12.4, and update postgis-2.4 to postgis-2.5 +1.6.0 - Add wordpress support. Fix MongoDB weird build issue. Python 3.7, DotNetCore 2.2, GoLang 1.12.4, and update postgis-2.4 to postgis-2.5 1.5.2 - with php7.3 support.