Skip to content

Commit 0e17c35

Browse files
committed
Install github-perl-helpers into /usr/local/bin
1 parent d8e54f5 commit 0e17c35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ RUN cpm install -g --show-build-log-on-failure --cpanfile /tmp/cpanfile
2020

2121
RUN cpan-outdated --exclude-core -p | xargs -n1 cpanm
2222

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+
2328
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)