Sign inSign up

kazeburo/perl-build

By kazeburo

Updated almost 11 years ago

Image
1

446

kazeburo/perl-build repository overview

perl-build docker image

This docker image installs make, gcc and perl-build to /usr/bin/perl-build on ubuntu

Usage

$ docker run -t -i kazeburo/perl-build bash -l
root@2599e6978e69:/# --version
1.08

or Dockerfile

FROM kazeburo/perl-build
RUN perl-build 5.18.1 /opt/perl-5.18/
RUN echo 'export PATH=/opt/perl-5.18/bin:$PATH' > /etc/profile.d/xbuild-perl.sh
ENV PATH /opt/perl-5.18/bin:${PATH}
CMD perl -v

Tag summary

Content type

Image

Digest

sha256:d8654c8b8

Size

141 MB

Last updated

almost 11 years ago

docker pull kazeburo/perl-build