ci: fix Switch build container
This commit is contained in:
parent
5154db305f
commit
a7fb1b68b6
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue