Skip to content

Commit b727fc0

Browse files
André DietrichAndré Dietrich
authored andcommitted
v-lang working again
1 parent 8682684 commit b727fc0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ RUN curl -O https://nim-lang.org/choosenim/init.sh -sSf \
161161
&& rm init.sh \
162162
&& rm -rf /root/.choosenim/downloads
163163

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
164+
## V-lang
165+
RUN git clone https://github.com/vlang/v && \
166+
cd v &&\
167+
make && \
168+
./v symlink && \
169+
rm -rf .git
170170

171171
### Python3
172172
# Install the latest version of meson

0 commit comments

Comments
 (0)