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

Commit

Permalink
fix mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Mar 19, 2018
1 parent 4982b37 commit ce5e275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN \
&& mkdir -p /usr/src/nginx/set-misc-nginx-module \
&& 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' \
&& curl -s https://nginx.org/keys/nginx_signing.key | apt-key add - \
&& cp /etc/apt/sources.list /etc/apt/sources.list.bak \
&& echo "deb http://nginx.org/packages/mainline/ubuntu/ xenial nginx" | tee -a /etc/apt/sources.list \
Expand Down Expand Up @@ -90,7 +91,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 \
Expand Down

0 comments on commit ce5e275

Please sign in to comment.