File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,17 @@ RUN apt-get update && \
12
12
apt-get -y --no-install-recommends install aspell aspell-en
13
13
14
14
RUN cpanm --self-upgrade || \
15
- ( echo "# Installing cpanminus:" ; curl -sL https://cpanmin.us/ | perl - App::cpanminus )
15
+ ( echo "# Installing cpanminus:" ; curl -sL https://cpanmin.us/ | perl - App::cpanminus )
16
16
17
17
RUN cpanm -nq App::cpm Carton::Snapshot
18
18
19
19
RUN cpm install -g --show-build-log-on-failure --cpanfile /tmp/cpanfile
20
20
21
21
RUN cpan-outdated --exclude-core -p | xargs -n1 cpanm
22
22
23
+ WORKDIR /tmp/
24
+ RUN git clone https://github.com/oalders/github-perl-helpers.git --depth 1 && \
25
+ cp github-perl-helpers/bin/* /usr/local/bin/ && \
26
+ rm -rf github-perl-helpers
27
+
23
28
CMD ["/bin/bash" ]
You can’t perform that action at this time.
0 commit comments