We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c333a7 commit 8585e37Copy full SHA for 8585e37
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rakudo-star:2023.02
+FROM rakudo-star:2025.06
2
WORKDIR /srv
3
4
RUN apt-get -y update
@@ -8,7 +8,6 @@ RUN apt-get -y install zstd lrzip libssl-dev build-essential
8
RUN git config --global --add safe.directory '*'
9
10
COPY META6.json /srv
11
-RUN zef upgrade zef
12
RUN zef install --force --/test HTTP::HPACK # to work around the dependency issue
13
RUN zef install --force --/test --deps-only .
14
0 commit comments