Skip to content

Commit 6dc0393

Browse files
committed
⚙️ Regenerate Dockerfiles
1 parent 31ecb98 commit 6dc0393

File tree

24 files changed

+60
-12
lines changed

24 files changed

+60
-12
lines changed

5.032.001-main,threaded-bullseye/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN true \
810
&& curl -SL https://www.cpan.org/src/5.0/perl-5.32.1.tar.xz -o perl-5.32.1.tar.xz \
911
&& echo '57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309 *perl-5.32.1.tar.xz' | sha256sum -c - \

5.032.001-main,threaded-buster/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN true \
810
&& curl -SL https://www.cpan.org/src/5.0/perl-5.32.1.tar.xz -o perl-5.32.1.tar.xz \
911
&& echo '57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309 *perl-5.32.1.tar.xz' | sha256sum -c - \

5.032.001-main-bullseye/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN true \
810
&& curl -SL https://www.cpan.org/src/5.0/perl-5.32.1.tar.xz -o perl-5.32.1.tar.xz \
911
&& echo '57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309 *perl-5.32.1.tar.xz' | sha256sum -c - \

5.032.001-main-buster/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN true \
810
&& curl -SL https://www.cpan.org/src/5.0/perl-5.32.1.tar.xz -o perl-5.32.1.tar.xz \
911
&& echo '57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309 *perl-5.32.1.tar.xz' | sha256sum -c - \

5.032.001-slim,threaded-bullseye/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN apt-get update \
810
&& apt-get install -y --no-install-recommends \
911
bzip2 \
@@ -41,7 +43,7 @@ RUN apt-get update \
4143
&& curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7046.tar.gz \
4244
&& echo '3e8c9d9b44a7348f9acc917163dbfc15bd5ea72501492cea3a35b346440ff862 *App-cpanminus-1.7046.tar.gz' | sha256sum -c - \
4345
&& tar -xzf App-cpanminus-1.7046.tar.gz && cd App-cpanminus-1.7046 && perl bin/cpanm . && cd /root \
44-
&& savedPackages="make netbase" \
46+
&& savedPackages="ca-certificates curl make netbase" \
4547
&& apt-mark auto '.*' > /dev/null \
4648
&& apt-mark manual $savedPackages \
4749
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \

5.032.001-slim,threaded-buster/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN apt-get update \
810
&& apt-get install -y --no-install-recommends \
911
bzip2 \
@@ -41,7 +43,7 @@ RUN apt-get update \
4143
&& curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7046.tar.gz \
4244
&& echo '3e8c9d9b44a7348f9acc917163dbfc15bd5ea72501492cea3a35b346440ff862 *App-cpanminus-1.7046.tar.gz' | sha256sum -c - \
4345
&& tar -xzf App-cpanminus-1.7046.tar.gz && cd App-cpanminus-1.7046 && perl bin/cpanm . && cd /root \
44-
&& savedPackages="make netbase" \
46+
&& savedPackages="ca-certificates curl make netbase" \
4547
&& apt-mark auto '.*' > /dev/null \
4648
&& apt-mark manual $savedPackages \
4749
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \

5.032.001-slim-bullseye/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN apt-get update \
810
&& apt-get install -y --no-install-recommends \
911
bzip2 \
@@ -41,7 +43,7 @@ RUN apt-get update \
4143
&& curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7046.tar.gz \
4244
&& echo '3e8c9d9b44a7348f9acc917163dbfc15bd5ea72501492cea3a35b346440ff862 *App-cpanminus-1.7046.tar.gz' | sha256sum -c - \
4345
&& tar -xzf App-cpanminus-1.7046.tar.gz && cd App-cpanminus-1.7046 && perl bin/cpanm . && cd /root \
44-
&& savedPackages="make netbase" \
46+
&& savedPackages="ca-certificates curl make netbase" \
4547
&& apt-mark auto '.*' > /dev/null \
4648
&& apt-mark manual $savedPackages \
4749
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \

5.032.001-slim-buster/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN apt-get update \
810
&& apt-get install -y --no-install-recommends \
911
bzip2 \
@@ -41,7 +43,7 @@ RUN apt-get update \
4143
&& curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7046.tar.gz \
4244
&& echo '3e8c9d9b44a7348f9acc917163dbfc15bd5ea72501492cea3a35b346440ff862 *App-cpanminus-1.7046.tar.gz' | sha256sum -c - \
4345
&& tar -xzf App-cpanminus-1.7046.tar.gz && cd App-cpanminus-1.7046 && perl bin/cpanm . && cd /root \
44-
&& savedPackages="make netbase" \
46+
&& savedPackages="ca-certificates curl make netbase" \
4547
&& apt-mark auto '.*' > /dev/null \
4648
&& apt-mark manual $savedPackages \
4749
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \

5.034.001-main,threaded-bullseye/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN true \
810
&& curl -SL https://www.cpan.org/src/5.0/perl-5.34.1.tar.xz -o perl-5.34.1.tar.xz \
911
&& echo '6d52cf833ff1af27bb5e986870a2c30cec73c044b41e3458cd991f94374039f7 *perl-5.34.1.tar.xz' | sha256sum -c - \

5.034.001-main,threaded-buster/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7+
ENV PERL_CPANM_OPT="--from https://www.cpan.org"
8+
79
RUN true \
810
&& curl -SL https://www.cpan.org/src/5.0/perl-5.34.1.tar.xz -o perl-5.34.1.tar.xz \
911
&& echo '6d52cf833ff1af27bb5e986870a2c30cec73c044b41e3458cd991f94374039f7 *perl-5.34.1.tar.xz' | sha256sum -c - \

0 commit comments

Comments
 (0)