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 5f8e13d commit d8e54f5Copy full SHA for d8e54f5
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && \
12
apt-get -y --no-install-recommends install aspell aspell-en
13
14
RUN cpanm --self-upgrade || \
15
- ( echo "# Installing cpanminus:"; curl -sL https://cpanmin.us/ | perl - App::cpanminus )
+ ( echo "# Installing cpanminus:"; curl -sL https://cpanmin.us/ | perl - App::cpanminus )
16
17
RUN cpanm -nq App::cpm Carton::Snapshot
18
0 commit comments