Add additional paths for making src lines. needed for newer debian images
All checks were successful
ci/woodpecker/push/base-os Pipeline was successful

This commit is contained in:
Ryan Voots 2023-09-30 10:42:48 -04:00
parent 8da431ceb2
commit a1f4dc4987

View file

@ -4,7 +4,7 @@ LABEL maintainer="Ryan Voots <simcop@cpan.org>"
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 -yq full-upgrade \
&& apt -yq build-dep perl \