From d4190f63f05ef4113d6b87220438fa736db90136 Mon Sep 17 00:00:00 2001 From: noogen Date: Tue, 21 May 2019 17:11:20 -0500 Subject: [PATCH] update installer script --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1617cc6..3b12952 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,8 +89,8 @@ RUN cd /tmp \ RUN cd /tmp \ && touch /var/log/auth.log \ # begin setup for vesta - && curl -SL https://raw.githubusercontent.com/serghey-rodin/vesta/59695acd10ce63740bcf274a13569230362e06c5/install/vst-install-ubuntu.sh -o /tmp/vst-install-ubuntu.sh \ - && sed -i -e "s/mysql\-server nginx/mysql-server/g" /tmp/vst-install-ubuntu.sh \ + && curl -SL https://raw.githubusercontent.com/serghey-rodin/vesta/3acd2281699fcaede439da0687d64586525a15a1/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 && sed -i -e "s/mysql\-/mariadb\-/g" /tmp/vst-install-ubuntu.sh \