From 85ebaf08ea4e1bbfbe686331b13c4bb33533476d Mon Sep 17 00:00:00 2001 From: Tom Noogen Date: Wed, 3 Jul 2019 16:26:59 -0500 Subject: [PATCH 1/2] update build for latest php --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index b83aa4e..0da04a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ RUN cd /tmp \ RUN cd /tmp \ && touch /var/log/auth.log \ # begin setup for vesta - && curl -SL https://raw.githubusercontent.com/serghey-rodin/vesta/3acd2281699fcaede439da0687d64586525a15a1/install/vst-install-ubuntu.sh -o /tmp/vst-install-ubuntu.sh \ + && curl -SL https://github.com/serghey-rodin/vesta/blob/a6d498e7e2088cc5d3b1d88cbcbea6a739d02ef1/install/vst-install-ubuntu.sh -o /tmp/vst-install-ubuntu.sh \ && sed -i -e "s/software\=\"nginx /software\=\"/g" /tmp/vst-install-ubuntu.sh \ # fix mariadb instead of mysql @@ -369,10 +369,6 @@ RUN cd /tmp \ && echo "\nServerName localhost\n" >> /etc/apache2/apache2.conf \ && a2enmod headers && a2dismod php7.3 && a2enmod php7.2 \ -# download new auto host ssl - && curl -SL https://raw.githubusercontent.com/serghey-rodin/vesta/master/bin/v-update-host-certificate --output /usr/local/vesta/bin/v-update-host-certificate \ - && chmod +x /usr/local/vesta/bin/v-update-host-certificate \ - # disable localhost redirect to bad default IP && sed -i -e "s/^NAT=.*/NAT=\'\'/g" /usr/local/vesta/data/ips/* \ && service mysql stop && systemctl disable mysql \ From a7ca87e97f0086855003d4e5eb115c245584a401 Mon Sep 17 00:00:00 2001 From: Tom Noogen Date: Wed, 3 Jul 2019 16:27:44 -0500 Subject: [PATCH 2/2] use correct raw installer url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0da04a2..9a38a9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ RUN cd /tmp \ RUN cd /tmp \ && touch /var/log/auth.log \ # begin setup for vesta - && curl -SL https://github.com/serghey-rodin/vesta/blob/a6d498e7e2088cc5d3b1d88cbcbea6a739d02ef1/install/vst-install-ubuntu.sh -o /tmp/vst-install-ubuntu.sh \ + && curl -SL https://raw.githubusercontent.com/serghey-rodin/vesta/a6d498e7e2088cc5d3b1d88cbcbea6a739d02ef1/install/vst-install-ubuntu.sh -o /tmp/vst-install-ubuntu.sh \ && sed -i -e "s/software\=\"nginx /software\=\"/g" /tmp/vst-install-ubuntu.sh \ # fix mariadb instead of mysql