Skip to content

Commit b867248

Browse files
committed
Minor formatting
1 parent 091171c commit b867248

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

util/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ RUN buildDeps=' \
1414
' \
1515
\
1616
&& set -x \
17-
\
1817
&& apt-get update \
1918
&& apt-get --yes --no-install-recommends install $buildDeps $runtimeDeps $testDeps \
2019
&& rm -rf /var/lib/apt/lists/* \
2120
\
2221
&& cpanm -vn Mojolicious \
23-
&& zef install zef && zef update && zef install Test::META Perl6::TypeGraph\
22+
&& zef install zef && zef update && zef install Test::META Perl6::TypeGraph \
2423
\
2524
&& n=/usr/local/bin/n \
2625
&& curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n > "$n" \

0 commit comments

Comments
 (0)