diff --git a/docker/Dockerfile.centos6 b/docker/Dockerfile.centos6 index 61ff97d30..5d16849aa 100644 --- a/docker/Dockerfile.centos6 +++ b/docker/Dockerfile.centos6 @@ -54,8 +54,7 @@ RUN echo 'source ~/perl5/perlbrew/etc/bashrc' >> ~/.bashrc RUN /root/perl5/perlbrew/bin/perlbrew install perl-5.16.3 RUN /root/perl5/perlbrew/bin/perlbrew switch perl-5.16.3 -RUN ln -sf /root/perl5/perlbrew/perls/bin/perl-5.16.3/bin/perl /usr/bin/perl - +RUN ln -sf /root/perl5/perlbrew/perls/perl-5.16.3/bin/perl /usr/bin/perl # Downloading and installing SDKMAN! RUN curl -s "https://get.sdkman.io" | bash