We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8682684 commit b727fc0Copy full SHA for b727fc0
1 file changed
Dockerfile
@@ -161,12 +161,12 @@ RUN curl -O https://nim-lang.org/choosenim/init.sh -sSf \
161
&& rm init.sh \
162
&& rm -rf /root/.choosenim/downloads
163
164
-### V-lang
165
-#RUN git clone https://github.com/vlang/v
166
-#RUN cd v &&\
167
-# make && \
168
-# ./v symlink && \
169
-# rm -rf .git
+## V-lang
+RUN git clone https://github.com/vlang/v && \
+ cd v &&\
+ make && \
+ ./v symlink && \
+ rm -rf .git
170
171
### Python3
172
# Install the latest version of meson
0 commit comments