Sign inSign up
perl logo

perl:5.44.0-threaded

Multi-platform
Also known as:
5-threaded
5-threaded-trixie
5.44-threaded
5.44-threaded-trixie
5.44.0-threaded-trixie

+ 4 more

Languages & frameworks
Index digest

sha256:d7710da58e748ed1ba3f1811b344da38fad7400567975b9a0ae596e859afd126

OS/ARCH

Compressed size

376.97 MB

Last pushed

14 days by doijanky

Type

Image

Vulnerabilities

11
44
40
216
58

Manifest digest

sha256:7e9f612325b227e0e5920fa0a5895ae894e43852f0dc017938963279f9989730

Layers (8)

buildpack-deps:ca6d6b488ac55b52eb060b768f5bdae96a14d7e5da2c371698b12e2a2ced2032
11
44
40
216
58
perl:5.44.0-threaded
0
0
0
0
0

4

WORKDIR /usr/src/perl

136 B


5

RUN /bin/sh -c true && curl -fL https://cpan.metacpan.org/authors/id/L/LE/LEONT/perl-5.44.0.tar.gz -o perl-5.44.0.tar.gz && echo '3b855066b92491cb40e86affb1ca57d1a388aa43e51b91c7806a32c2f65f96c3 *perl-5.44.0.tar.gz' | sha256sum --strict --check - && tar --strip-components=1 -xaf perl-5.44.0.tar.gz -C /usr/src/perl && rm perl-5.44.0.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

16.17 MB


6

WORKDIR /usr/src/app

133 B


7

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

0 B