Skip to content
Snippets Groups Projects
Commit 0dc839a8 authored by Alexander König's avatar Alexander König
Browse files

fixed problem with perl module by disabling tests during install

parent e95107fc
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,10 @@ LABEL maintainer="Alexander König <Alexander.Koenig@eurac.edu>"
# install cpanm and dependencies
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y install make gcc wget cpanminus
RUN cpanm File::Spec::Functions
RUN cpanm -n File::Spec::Functions
RUN cpanm Term::ReadLine
# install jdk, ant, psql, mvn, make, libxml, xsltproc, zip, wget
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment