diff --git a/Dockerfile b/Dockerfile index 5fbe14a..37eef3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM docker:dind-rootless -USER root +FROM docker:cli +#USER root RUN apk update && apk add perl curl bash build-base wget openssl-dev zlib-dev -USER rootless +#USER rootless 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 /home/rootless/