Disable duplicate multilib in hotline

This commit is contained in:
Alex D. 2024-12-01 13:17:47 +00:00
parent f2f689e238
commit 5cebf34fac
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
# Main image # Main image
FROM localhost/caskd/archlinux/graphical:latest FROM localhost/caskd/archlinux/graphical:latest
# Enable multilib
RUN printf '%s\n%s\n' '[multilib]' 'Include = /etc/pacman.d/mirrorlist' | tee -a /etc/pacman.conf
# Runs on alsa and binary depends on the following # Runs on alsa and binary depends on the following
RUN --network=host pacman -Sy --noconfirm \ RUN --network=host pacman -Sy --noconfirm \
pulseaudio-alsa \ pulseaudio-alsa \