mirror of
https://github.com/AlmaLinux/ks2rootfs.git
synced 2024-11-14 15:04:22 +00:00
Update Dockerfile.livecd
This commit is contained in:
parent
db88cc2bfb
commit
7de3aaaf4e
@ -7,9 +7,15 @@ FROM almalinux:8 as builder
|
||||
RUN dnf install -y epel-release elrepo-release && \
|
||||
dnf upgrade -y && \
|
||||
mkdir -p /mnt/system-root /mnt/system-root/build; \
|
||||
dnf install --installroot /mnt/system-root --releasever 8 --setopt=install_weak_deps=False --setopt=tsflags=nodocs -y dnf systemd \
|
||||
livecd-tools pykickstart \
|
||||
tar ; \
|
||||
dnf install --enablerepo="powertools" --enablerepo="epel" --enablerepo="elrepo" --installroot /mnt/system-root --releasever 8 --setopt=install_weak_deps=False --setopt=tsflags=nodocs -y \
|
||||
dnf \
|
||||
systemd \
|
||||
livecd-tools \
|
||||
pykickstart \
|
||||
hfsplus-tools \
|
||||
grub2-efi-x64 \
|
||||
grub2-efi-x64-cdboot \
|
||||
shim-x64 ; \
|
||||
rm -rf /mnt/system-root/var/cache/* ; \
|
||||
dnf clean all; \
|
||||
cp /etc/yum.repos.d/* /mnt/system-root/etc/yum.repos.d/ ; \
|
||||
|
Loading…
Reference in New Issue
Block a user