From e62404f7b3680fabe1278cddefbf87535bb1f9b7 Mon Sep 17 00:00:00 2001 From: Tom Noogen Date: Wed, 14 Feb 2018 09:58:18 -0600 Subject: [PATCH] fix for mysql --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7cf142d..1d3d096 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN \ && tar -xof ngx-misc.tar.gz -C /usr/src/nginx/set-misc-nginx-module --strip-components=1 \ && rm ngx-misc.tar.gz \ -# && add-apt-repository -r 'deb [arch=amd64,i386] http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.2/ubuntu xenial main' \ + && add-apt-repository -r 'deb [arch=amd64,i386] http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.2/ubuntu xenial main' \ # add nginx repo && curl -s https://nginx.org/keys/nginx_signing.key | apt-key add - \ @@ -127,7 +127,7 @@ RUN \ && sed -i -e "s/\"nginx apache2/\"apache2/g" /tmp/vst-install-ubuntu.sh \ # fix mariadb instead of mysql - && sed -i -e "s/mysql\-/mariadb\-/g" /tmp/vst-install-ubuntu.sh \ +# && sed -i -e "s/mysql\-/mariadb\-/g" /tmp/vst-install-ubuntu.sh \ # begin install vesta && bash /tmp/vst-install-ubuntu.sh \