Sign inSign up
perl logo

perl:5.40.5-threaded-trixie

Multi-platform
Also known as:
5.40-threaded
5.40-threaded-trixie
5.40.5-threaded
Languages & frameworks
Index digest

sha256:a463c7086be27d98b9f51a9e1e665def1bfb9501b7dcbd1dd436bb451df919ed

OS/ARCH

Compressed size

324.9 MB

Last pushed

16 days by doijanky

Type

Image

Vulnerabilities

11
44
40
216
58

Manifest digest

sha256:c21e7b39deff87bd9ed82adf1b8cb60ee7a74fd12da44d5812ae1316dea27906

Layers (9)

buildpack-deps:bf600481205e432c252d1c7694164e318db0228af905012db73ea18c201a2051
11
44
40
216
58
perl:5.40.5-threaded-trixie
0
0
0
0
0

4

COPY *.patch /usr/src/perl/ # buildkit

436 B


5

WORKDIR /usr/src/perl

32 B


6

RUN /bin/sh -c true && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.40.5.tar.gz -o perl-5.40.5.tar.gz && echo '09d926ae2d1b277c3bce62054c41da47c981380d719c41cf980b67945cc581ed *perl-5.40.5.tar.gz' | sha256sum --strict --check - && tar --strip-components=1 -xaf perl-5.40.5.tar.gz -C /usr/src/perl && rm perl-5.40.5.tar.gz && cat *.patch | patch -p1 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" && archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" && ./Configure -Darchname="$gnuArch" "$archFlag" -Dusethreads -Duseshrplib -Dvendorprefix=/usr/local -des && make -j$(nproc) && TEST_JOBS=$(nproc) make test_harness && make install && cd /usr/src && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7049.tar.gz && echo 'b9ffb88e62a06aa91bd7d5a28ef6bdbb942608aea90e3969aa29b33640035214 *App-cpanminus-1.7049.tar.gz' | sha256sum --strict --check - && tar -xzf App-cpanminus-1.7049.tar.gz && cd App-cpanminus-1.7049 && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm && perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm && perl bin/cpanm . && cd /root && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.96.tar.gz' && echo 'ab213691685fb2a576c669cbc8d9266f8165a31563ad15b7c4030b94adfc0753 *Net-SSLeay-1.96.tar.gz' | sha256sum --strict --check - && cpanm --notest --from $PWD Net-SSLeay-1.96.tar.gz && curl -fLO 'https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.099.tar.gz' && echo 'a0be800ff4852b1567ee5500e772417ad7a360abff80c01b5b875c15d44be832 *IO-Socket-SSL-2.099.tar.gz' | sha256sum --strict --check - && SSL_CERT_DIR=/etc/ssl/certs cpanm --from $PWD IO-Socket-SSL-2.099.tar.gz && curl -fL https://raw.githubusercontent.com/skaji/cpm/v1.1.5/cpm -o /usr/local/bin/cpm && echo '2e7cdae8f84a673384d40e2486aa236955b7f69547d66f9920564c05b330f9e0 */usr/local/bin/cpm' | sha256sum --strict --check - && chmod +x /usr/local/bin/cpm && true && rm -fr /root/.cpanm /root/Net-SSLeay-1.96* /root/IO-Socket-SSL-2.099* /usr/src/perl /usr/src/App-cpanminus-1.7049* /tmp/* && cpanm --version && cpm --version # buildkit

14.91 MB


7

WORKDIR /usr/src/app

134 B


8

CMD ["perl5.40.5" "-de0"]

0 B