Update gitpod.Dockerfile
This commit is contained in:
parent
9e901d81e0
commit
100dc5a376
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user