Skip to content

Commit 6c333a7

Browse files
authored
Make sure we have an up-to-date zef before installing
Alternately, maybe we should bump the version of Rakudo Star?
1 parent ffc6d78 commit 6c333a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get -y install zstd lrzip libssl-dev build-essential
88
RUN git config --global --add safe.directory '*'
99

1010
COPY META6.json /srv
11+
RUN zef upgrade zef
1112
RUN zef install --force --/test HTTP::HPACK # to work around the dependency issue
1213
RUN zef install --force --/test --deps-only .
1314

0 commit comments

Comments
 (0)