ci: fix Switch build container

This commit is contained in:
Alice D. 2023-10-06 10:40:15 -04:00 committed by Andrei Alexeyev
parent 5154db305f
commit a7fb1b68b6
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -44,6 +44,9 @@ RUN mkdir -p /usr/local/share/keyring/ && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
# required so that dkp-pacman works, otherwise it exits with an error because /etc/mtab doesn't exist
RUN sudo ln -s /proc/self/mounts /etc/mtab
RUN dkp-pacman -Syyu --noconfirm \
switch-dev \
switch-portlibs \