Skip to content

Commit

Permalink
Add new dependencies (from CPAN)
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Nov 12, 2015
1 parent 0b5819c commit 6edbde6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion alpine-dvcs-ripper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM gliderlabs/alpine
MAINTAINER kost - https://github.com/kost


RUN apk --update add bash perl openssl perl-io-socket-ssl perl-dbi perl-dbd-sqlite perl-lwp-protocol-https git subversion cvs mercurial bzr && rm -f /var/cache/apk/* && \
RUN apk --update add bash perl openssl perl-io-socket-ssl perl-dbi perl-dbd-sqlite perl-lwp-protocol-https git subversion cvs mercurial bzr perl-dev make gcc musl-dev perl-test-warn && \
rm -f /var/cache/apk/* && \
(echo y;echo o conf prerequisites_policy follow;echo o conf commit)|cpan && \
cpan -f Parallell::ForkManager Redis Algorithm::Combinatorics && \
mkdir /opt && cd /opt && git clone https://github.com/kost/dvcs-ripper.git && \
chmod 755 /opt/dvcs-ripper/*pl && \
mkdir /work && \
Expand Down

0 comments on commit 6edbde6

Please sign in to comment.