mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
Dockerfile: run the repl by default (#8993)
This commit is contained in:
parent
1fd0aceb42
commit
0b3f209965
3 changed files with 3 additions and 3 deletions
|
@ -19,3 +19,5 @@ RUN apk --no-cache add \
|
|||
## RUN apk --no-cache add --virtual sdl2deps sdl2-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev
|
||||
|
||||
RUN git clone https://github.com/vlang/v /opt/vlang && make && v -version
|
||||
|
||||
CMD ["v"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue