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 a98de47 commit 091171cCopy full SHA for 091171c
Dockerfile
@@ -26,7 +26,7 @@ RUN buildDeps=' \
26
27
WORKDIR /perl6/doc
28
COPY . .
29
-RUN zef install --deps-only .
+RUN zef install zef && zef update && zef install --deps-only .
30
31
RUN make test && make html
32
util/Dockerfile
@@ -20,7 +20,7 @@ RUN buildDeps=' \
20
&& rm -rf /var/lib/apt/lists/* \
21
\
22
&& cpanm -vn Mojolicious \
23
- && zef install Test::META \
+ && zef install zef && zef update && zef install Test::META Perl6::TypeGraph\
24
25
&& n=/usr/local/bin/n \
&& curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n > "$n" \
0 commit comments