Skip to content

Commit cc30869

Browse files
authored
Merge pull request #910 from ShadowMitia/devcontainer-vlang
2 parents 3a75d02 + 9434873 commit cc30869

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ ENV PATH=$PATH:~/swift/usr/bin
9191
## https://github.com/elm/compiler/blob/master/installers/linux/README.md
9292

9393
# Setup V
94-
## https://github.com/vlang/v/blob/master/doc/docs.md
95-
94+
RUN mkdir -p ~/vlang && wget https://github.com/vlang/v/releases/download/weekly.2021.44/v_linux.zip -O ~/vlang/vlang.zip && \
95+
unzip ~/vlang/vlang.zip -d ~/vlang
96+
ENV PATH=$PATH:~/vlang/v
9697

9798
# Install the packages that needed extra help
9899
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)