stage1 is deterministic again

This commit is contained in:
Lance Vick 2024-02-08 21:32:39 -08:00
parent 5303012920
commit 9456fbd7e8
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 2 additions and 1 deletions

View File

@ -312,7 +312,8 @@ COPY <<-EOF install.kaem
rm /rootfs/etc/hosts
rm /rootfs/etc/resolv.conf
# HACK: This has been fixed upstream and can be dropped on next source bump
rm -rf /usr/lib/python*/__pycache__;
rm -rf /rootfs/usr/lib/python3.4/__pycache__
rm -rf /rootfs/usr/lib/python3.8/__pycache__
EOF
SHELL ["/x86/bin/kaem","--verbose","--strict","--file"]
RUN --network=none ./install.kaem