tangled
alpha
login
or
join now
aesthetic.computer
/
core
1
fork
atom
Monorepo for Aesthetic.Computer
aesthetic.computer
1
fork
atom
overview
issues
pulls
pipelines
fix: add python to nix image helper
prompt.ac/@jeffrey
1 week ago
191d4feb
5f32023c
+1
-1
1 changed file
expand all
collapse all
unified
split
fedac
native
Dockerfile.flash-helper
+1
-1
fedac/native/Dockerfile.flash-helper
reviewed
···
2
2
3
3
RUN dnf install -y --setopt=install_weak_deps=False \
4
4
dosfstools util-linux mtools hfsplus-tools mactel-boot \
5
5
-
xorriso gdisk jq \
5
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