Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jun 13, 2019
1 parent 091171c commit b867248
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/Dockerfile
Expand Up @@ -14,13 +14,12 @@ RUN buildDeps=' \
' \
\
&& set -x \
\
&& apt-get update \
&& apt-get --yes --no-install-recommends install $buildDeps $runtimeDeps $testDeps \
&& rm -rf /var/lib/apt/lists/* \
\
&& cpanm -vn Mojolicious \
&& zef install zef && zef update && zef install Test::META Perl6::TypeGraph\
&& 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 b867248

Please sign in to comment.