From 80e1c020be8169c0968ef23bd4d2be395d8a2f93 Mon Sep 17 00:00:00 2001 From: Automation Pipeline Date: Sun, 8 Oct 2023 13:51:01 -0400 Subject: [PATCH] Switch to cli instead of dind since we are using external anyway --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/