This commit is contained in:
Kreyren 2020-02-07 15:29:16 +00:00
parent 100dc5a376
commit 88c64cb464

View File

@ -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 gitpod/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' \