diff --git a/Containerfile b/Containerfile index 25725c1..c9ae6b3 100644 --- a/Containerfile +++ b/Containerfile @@ -8,12 +8,10 @@ RUN grep "= */var" /etc/pacman.conf | sed "/= *\/var/s/.*=// ; s/ //" | xargs -n # See https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/pacman-conf.d-noextract.conf?ref_type=heads RUN sed -i 's/^[[:space:]]*NoExtract/#&/' /etc/pacman.conf -RUN pacman -Syu --noconfirm - # Reinstall glibc to fix missing language files due to missing in the base image RUN --mount=type=tmpfs,dst=/tmp --mount=type=cache,dst=/usr/lib/sysimage/cache/pacman pacman -Sy glibc --noconfirm -RUN pacman -Sy --noconfirm base cpio dracut linux linux-firmware ostree btrfs-progs e2fsprogs xfsprogs dosfstools skopeo dbus dbus-glib glib2 ostree shadow && pacman -S --clean --noconfirm +RUN pacman -Syu --noconfirm base cpio dracut linux linux-firmware ostree btrfs-progs e2fsprogs xfsprogs dosfstools skopeo dbus dbus-glib glib2 ostree shadow && pacman -S --clean --noconfirm # https://github.com/bootc-dev/bootc/issues/1801 RUN --mount=type=tmpfs,dst=/tmp --mount=type=tmpfs,dst=/root \