Update gitpod.Dockerfile

This commit is contained in:
Kreyren 2020-02-07 16:19:18 +01:00 committed by GitHub
parent 9e901d81e0
commit 100dc5a376
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -18,11 +18,11 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
&& apt autoremove -y
### VLANG ###
USER root
ENV VLANG_VERSION="0.1.24"
COPY vlang_init.sh /usr/bin/vlang_init
RUN chmod +x /usr/bin/vlang_init
RUN vlang_init || exit 1
#USER root
#ENV VLANG_VERSION="0.1.24"
#COPY vlang_init.sh /usr/bin/vlang_init
#RUN chmod +x /usr/bin/vlang_init
#RUN vlang_init || exit 1
# Add custom functions
RUN if ! grep -qF 'ix()' /etc/bash.bashrc; then printf '%s\n' \