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 d8e54f5 commit 0e17c35Copy full SHA for 0e17c35
Dockerfile
@@ -20,4 +20,9 @@ RUN cpm install -g --show-build-log-on-failure --cpanfile /tmp/cpanfile
20
21
RUN cpan-outdated --exclude-core -p | xargs -n1 cpanm
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
+
28
CMD ["/bin/bash"]
0 commit comments