Monorepo for Aesthetic.Computer aesthetic.computer

fix: add python to nix image helper

+1 -1
+1 -1
fedac/native/Dockerfile.flash-helper
··· 2 2 3 3 RUN dnf install -y --setopt=install_weak_deps=False \ 4 4 dosfstools util-linux mtools hfsplus-tools mactel-boot \ 5 - xorriso gdisk jq \ 5 + xorriso gdisk jq python3 \ 6 6 && dnf clean all && rm -rf /var/cache/dnf 7 7 8 8 COPY fedac/native/scripts/media-layout.sh /usr/local/lib/ac-media-layout.sh