Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
6de6a41de1 |
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN curl -L https://install.perlbrew.pl | bash
|
|||
RUN bash -c "source $HOME/perl5/perlbrew/etc/bashrc; perlbrew init && perlbrew install -j 8 --verbose --notest perl-5.38.0"
|
||||
WORKDIR /root/
|
||||
ENV SHELL=/bin/bash
|
||||
RUN bash -c "source $HOME/perl5/perlbrew/etc/bashrc; perlbrew use perl-5.38.0 && perlbrew install-cpanm && wget https://gitea.simcop2387.info/simcop2387/docker-perl/raw/branch/master/cpanfile && cpanm --installdeps . --verbose && rm cpanfile"
|
||||
RUN bash -c "source $HOME/perl5/perlbrew/etc/bashrc; perlbrew use perl-5.38.0 && perlbrew install-cpanm && wget https://gitea.simcop2387.info/simcop2387/docker-perl/raw/branch/master/cpanfile && cpanm --notest --installdeps . --verbose && rm cpanfile"
|
||||
ENV PATH="/root/perl5/perlbrew/bin:/root/perl5/perlbrew/perls/perl-5.38.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
ENV PERLBREW_HOME="/root/.perlbrew"
|
||||
ENV PERLBREW_ROOT="/root/perl5/perlbrew"
|
||||
|
|
Loading…
Add table
Reference in a new issue