diff --git a/docker/impacto-switch/Dockerfile b/docker/impacto-switch/Dockerfile index 5625e7e5..2277018f 100644 --- a/docker/impacto-switch/Dockerfile +++ b/docker/impacto-switch/Dockerfile @@ -11,7 +11,7 @@ RUN dkp-pacman -Syyu --noconfirm && \ dkp-pacman -S --needed --noconfirm switch-dev && \ dkp-pacman -S --needed --noconfirm switch-portlibs && \ dkp-pacman -S --needed --noconfirm switch-openal-soft && \ - dkp-pacman -S --needed --noconfirm switch-libwebp &doc& \ + dkp-pacman -S --needed --noconfirm switch-libwebp && \ dkp-pacman -S --needed --noconfirm switch-sdl2 && \ dkp-pacman -S --needed --noconfirm switch-mesa && \ dkp-pacman -S --needed --noconfirm switch-ffmpeg && \