Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Apr 23, 2019
1 parent 213fd86 commit 4ec8bf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4ec8bf1

Please sign in to comment.