+23
@@ -0,0 +1,23 @@
|
||||
FROM fedora:39
|
||||
|
||||
RUN sed -i s/enabled=1/enabled=0/ /etc/yum.repos.d/fedora-cisco-openh264.repo && \
|
||||
dnf install -y \
|
||||
mkosi \
|
||||
arch-install-scripts \
|
||||
btrfs-progs \
|
||||
debootstrap \
|
||||
dosfstools \
|
||||
edk2-ovmf \
|
||||
git \
|
||||
squashfs-tools \
|
||||
gnupg \
|
||||
python3 \
|
||||
tar \
|
||||
util-linux-user \
|
||||
veritysetup \
|
||||
xz \
|
||||
zypper \
|
||||
e2fsprogs \
|
||||
systemd-container
|
||||
|
||||
WORKDIR /root
|
||||
Reference in New Issue
Block a user