Switch to cli instead of dind since we are using external anyway
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
995c78bc4d
commit
80e1c020be
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM docker:dind-rootless
|
FROM docker:cli
|
||||||
USER root
|
#USER root
|
||||||
RUN apk update && apk add perl curl bash build-base wget openssl-dev zlib-dev
|
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 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"
|
RUN bash -c "source $HOME/perl5/perlbrew/etc/bashrc; perlbrew init && perlbrew install -j 8 --verbose --notest perl-5.38.0"
|
||||||
WORKDIR /home/rootless/
|
WORKDIR /home/rootless/
|
||||||
|
|
Loading…
Add table
Reference in a new issue