fix: reproducibility on perl-pod-parser

This commit is contained in:
Lance R. Vick 2024-08-01 14:55:50 -07:00
parent d19537893d
commit 4d61edb4a1
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -14,6 +14,7 @@ COPY --from=stagex/musl . /
COPY --from=stagex/perl . /
RUN tar -xf ${SRC_FILE}
WORKDIR Pod-Parser-${VERSION}
ENV SOURCE_DATE_EPOCH=1
RUN --network=none <<-EOF
set -eux
perl Makefile.PL installdirs=vendor