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 091171c commit b867248Copy full SHA for b867248
util/Dockerfile
@@ -14,13 +14,12 @@ RUN buildDeps=' \
14
' \
15
\
16
&& set -x \
17
- \
18
&& apt-get update \
19
&& apt-get --yes --no-install-recommends install $buildDeps $runtimeDeps $testDeps \
20
&& rm -rf /var/lib/apt/lists/* \
21
22
&& cpanm -vn Mojolicious \
23
- && zef install zef && zef update && zef install Test::META Perl6::TypeGraph\
+ && zef install zef && zef update && zef install Test::META Perl6::TypeGraph \
24
25
&& n=/usr/local/bin/n \
26
&& curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n > "$n" \
0 commit comments