File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM ubuntu:24.04
22
33RUN apt-get update \
44 # Install required build and runtime dependencies, cannot use `--no-install-recommends`
5- && apt-get install -y jq wget unzip libmpfr6 libwebkit2gtk-4.1-0 libpcre3 \
5+ && apt-get install -y jq wget unzip libmpfr6 libwebkit2gtk-4.1-0 \
66 # Fetch pre-built nightly release and install it
7- && wget --quiet --output-document arturo.zip https://github.com/ arturo-lang/nightly/releases/download/2025-10-14/ arturo-nightly.2025-10-13-amd64- linux-full .zip \
7+ && wget --quiet --output-document arturo.zip https://arturo-lang.io/files/ arturo-0.10.0- linux-amd64 .zip \
88 && unzip -d /usr/local/bin arturo.zip arturo \
99 && rm arturo.zip \
1010 # Install unitt test framework
You can’t perform that action at this time.
0 commit comments