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

Commit

Permalink
use correct raw installer url
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jul 3, 2019
1 parent 85ebaf0 commit a7ca87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7ca87e

Please sign in to comment.