Skip to content

Commit

Permalink
⚙️ Regenerate Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame committed Dec 31, 2023
1 parent a5c2b05 commit 3abe0af
Show file tree
Hide file tree
Showing 40 changed files with 160 additions and 160 deletions.
8 changes: 4 additions & 4 deletions 5.034.003-main,threaded-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bullseye
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.34.3.tar.xz -o perl-5.34.3.tar.xz \
&& echo '0b15c830a9a295c9f9439b6cda389300f0b18092686eaef47fbc9c92f5930ee1 *perl-5.34.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.xz -C /usr/src/perl \
&& rm perl-5.34.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.34.3.tar.gz -o perl-5.34.3.tar.gz \
&& echo '5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede *perl-5.34.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.gz -C /usr/src/perl \
&& rm perl-5.34.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.034.003-main,threaded-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:buster
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.34.3.tar.xz -o perl-5.34.3.tar.xz \
&& echo '0b15c830a9a295c9f9439b6cda389300f0b18092686eaef47fbc9c92f5930ee1 *perl-5.34.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.xz -C /usr/src/perl \
&& rm perl-5.34.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.34.3.tar.gz -o perl-5.34.3.tar.gz \
&& echo '5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede *perl-5.34.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.gz -C /usr/src/perl \
&& rm perl-5.34.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.034.003-main-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bullseye
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.34.3.tar.xz -o perl-5.34.3.tar.xz \
&& echo '0b15c830a9a295c9f9439b6cda389300f0b18092686eaef47fbc9c92f5930ee1 *perl-5.34.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.xz -C /usr/src/perl \
&& rm perl-5.34.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.34.3.tar.gz -o perl-5.34.3.tar.gz \
&& echo '5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede *perl-5.34.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.gz -C /usr/src/perl \
&& rm perl-5.34.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.034.003-main-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:buster
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.34.3.tar.xz -o perl-5.34.3.tar.xz \
&& echo '0b15c830a9a295c9f9439b6cda389300f0b18092686eaef47fbc9c92f5930ee1 *perl-5.34.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.xz -C /usr/src/perl \
&& rm perl-5.34.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.34.3.tar.gz -o perl-5.34.3.tar.gz \
&& echo '5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede *perl-5.34.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.gz -C /usr/src/perl \
&& rm perl-5.34.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.034.003-slim,threaded-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.34.3.tar.xz -o perl-5.34.3.tar.xz \
&& echo '0b15c830a9a295c9f9439b6cda389300f0b18092686eaef47fbc9c92f5930ee1 *perl-5.34.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.xz -C /usr/src/perl \
&& rm perl-5.34.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.34.3.tar.gz -o perl-5.34.3.tar.gz \
&& echo '5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede *perl-5.34.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.gz -C /usr/src/perl \
&& rm perl-5.34.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.034.003-slim,threaded-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.34.3.tar.xz -o perl-5.34.3.tar.xz \
&& echo '0b15c830a9a295c9f9439b6cda389300f0b18092686eaef47fbc9c92f5930ee1 *perl-5.34.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.xz -C /usr/src/perl \
&& rm perl-5.34.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.34.3.tar.gz -o perl-5.34.3.tar.gz \
&& echo '5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede *perl-5.34.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.gz -C /usr/src/perl \
&& rm perl-5.34.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.034.003-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.34.3.tar.xz -o perl-5.34.3.tar.xz \
&& echo '0b15c830a9a295c9f9439b6cda389300f0b18092686eaef47fbc9c92f5930ee1 *perl-5.34.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.xz -C /usr/src/perl \
&& rm perl-5.34.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.34.3.tar.gz -o perl-5.34.3.tar.gz \
&& echo '5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede *perl-5.34.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.gz -C /usr/src/perl \
&& rm perl-5.34.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.034.003-slim-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.34.3.tar.xz -o perl-5.34.3.tar.xz \
&& echo '0b15c830a9a295c9f9439b6cda389300f0b18092686eaef47fbc9c92f5930ee1 *perl-5.34.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.xz -C /usr/src/perl \
&& rm perl-5.34.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.34.3.tar.gz -o perl-5.34.3.tar.gz \
&& echo '5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede *perl-5.34.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.34.3.tar.gz -C /usr/src/perl \
&& rm perl-5.34.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-main,threaded-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bookworm
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-main,threaded-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bullseye
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-main,threaded-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:buster
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-main-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bookworm
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-main-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bullseye
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-main-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:buster
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-slim,threaded-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-slim,threaded-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-slim,threaded-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-slim-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.036.003-slim-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz -o perl-5.36.3.tar.xz \
&& echo '45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd *perl-5.36.3.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.xz -C /usr/src/perl \
&& rm perl-5.36.3.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.36.3.tar.gz -o perl-5.36.3.tar.gz \
&& echo 'f2a1ad88116391a176262dd42dfc52ef22afb40f4c0e9810f15d561e6f1c726a *perl-5.36.3.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.36.3.tar.gz -C /usr/src/perl \
&& rm perl-5.36.3.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
8 changes: 4 additions & 4 deletions 5.038.002-main,threaded-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bookworm
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.38.2.tar.xz -o perl-5.38.2.tar.xz \
&& echo 'd91115e90b896520e83d4de6b52f8254ef2b70a8d545ffab33200ea9f1cf29e8 *perl-5.38.2.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.38.2.tar.xz -C /usr/src/perl \
&& rm perl-5.38.2.tar.xz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.38.2.tar.gz -o perl-5.38.2.tar.gz \
&& echo 'a0a31534451eb7b83c7d6594a497543a54d488bc90ca00f5e34762577f40655e *perl-5.38.2.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.38.2.tar.gz -C /usr/src/perl \
&& rm perl-5.38.2.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down
Loading

0 comments on commit 3abe0af

Please sign in to comment.