Add additional paths for making src lines. needed for newer debian images
All checks were successful
ci/woodpecker/push/base-os Pipeline was successful
All checks were successful
ci/woodpecker/push/base-os Pipeline was successful
This commit is contained in:
parent
8da431ceb2
commit
a1f4dc4987
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ LABEL maintainer="Ryan Voots <simcop@cpan.org>"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN perl -i.bak -pE '$x=$_; $x=~s|^deb |deb-src |g;$_.=$x' /etc/apt/sources.list \
|
RUN perl -i.bak -pE '$x=$_; $x=~s|^deb |deb-src |g;$_.=$x' /etc/apt/sources.list.d/* /etc/apt/sources.list \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
&& apt -yq full-upgrade \
|
&& apt -yq full-upgrade \
|
||||||
&& apt -yq build-dep perl \
|
&& apt -yq build-dep perl \
|
||||||
|
|
Loading…
Add table
Reference in a new issue