We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41b666 commit 8682684Copy full SHA for 8682684
1 file changed
Dockerfile
@@ -162,11 +162,11 @@ RUN curl -O https://nim-lang.org/choosenim/init.sh -sSf \
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
+#RUN git clone https://github.com/vlang/v
+#RUN cd v &&\
+# make && \
+# ./v symlink && \
+# rm -rf .git
170
171
### Python3
172
# Install the latest version of meson
0 commit comments