deterministic libxml2

This commit is contained in:
Lance R. Vick 2024-02-10 08:37:49 -08:00
parent 55f372aeec
commit 46fd887239
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -44,6 +44,7 @@ FROM build as install
RUN --network=none <<-EOF
set -eux
make DESTDIR=/rootfs install
rm -rf /rootfs/usr/lib/python3.12/site-packages/__pycache__
EOF
RUN find /rootfs -exec touch -hcd "@0" "{}" +