Skip to content

Commit 091171c

Browse files
committed
Updates dockerfiles
1 parent a98de47 commit 091171c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN buildDeps=' \
2626

2727
WORKDIR /perl6/doc
2828
COPY . .
29-
RUN zef install --deps-only .
29+
RUN zef install zef && zef update && zef install --deps-only .
3030

3131
RUN make test && make html
3232

util/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN buildDeps=' \
2020
&& rm -rf /var/lib/apt/lists/* \
2121
\
2222
&& cpanm -vn Mojolicious \
23-
&& zef install Test::META \
23+
&& zef install zef && zef update && zef install Test::META Perl6::TypeGraph\
2424
\
2525
&& n=/usr/local/bin/n \
2626
&& curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n > "$n" \

0 commit comments

Comments
 (0)