fix: nasm reproducibility

This commit is contained in:
Lance R. Vick 2024-09-23 14:57:55 -07:00
parent d8133b6eab
commit 041b07df0d
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -16,6 +16,7 @@ COPY --from=stagex/musl . /
COPY --from=stagex/perl . /
RUN tar -xf ${SRC_FILE}
WORKDIR /nasm-${VERSION}
ENV SOURCE_DATE_EPOCH=1
RUN --network=none <<-EOF
set -eux
./configure \