Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates dockerfiles
  • Loading branch information
JJ committed Jun 13, 2019
1 parent a98de47 commit 091171c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -26,7 +26,7 @@ RUN buildDeps=' \

WORKDIR /perl6/doc
COPY . .
RUN zef install --deps-only .
RUN zef install zef && zef update && zef install --deps-only .

RUN make test && make html

Expand Down
2 changes: 1 addition & 1 deletion util/Dockerfile
Expand Up @@ -20,7 +20,7 @@ RUN buildDeps=' \
&& rm -rf /var/lib/apt/lists/* \
\
&& cpanm -vn Mojolicious \
&& zef install Test::META \
&& zef install zef && zef update && zef install Test::META Perl6::TypeGraph\
\
&& n=/usr/local/bin/n \
&& curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n > "$n" \
Expand Down

0 comments on commit 091171c

Please sign in to comment.