This commit is contained in:
Kreyren 2020-02-07 16:25:07 +00:00
parent f880b2734f
commit 2bbaa32d01
2 changed files with 1 additions and 1 deletions

@ -20,7 +20,7 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
### VLANG ###
USER root
ENV VLANG_VERSION="latest"
COPY gitpod/vlang_init.sh /usr/bin/vlang_init
COPY gitpod/vlang_init2.sh /usr/bin/vlang_init
RUN chmod +x /usr/bin/vlang_init
RUN vlang_init || exit 1