Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Dec 26, 2024
1 parent c1f2e22 commit 03b5aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/impacto-switch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 03b5aa2

Please sign in to comment.