Disable duplicate multilib in hotline
This commit is contained in:
parent
f2f689e238
commit
5cebf34fac
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue