Skip to content

Commit

Permalink
updated installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jul 12, 2024
1 parent 097fb96 commit a69d6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk update
RUN apk add bash git gmp-dev mpfr-dev pcre-dev sqlite-dev

RUN git clone https://github.com/arturo-lang/arturo.git
RUN cd arturo && ./build.nims install release mini log
RUN cd arturo && ./build.nims --install --mode mini --log

ENV PATH="/root/.arturo/bin:${PATH}"

Expand Down

0 comments on commit a69d6e3

Please sign in to comment.