Skip to content

Commit 96fbe02

Browse files
committed
Fix pacman cache clear
1 parent 8401067 commit 96fbe02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN rm /etc/apt/sources.list.d/devkitpro.list && \
1111
echo -e '[extremscorner-devkitpro]\nServer = https://packages.extremscorner.org/devkitpro/linux/$arch' >> /opt/devkitpro/pacman/etc/pacman.conf && \
1212
dkp-pacman -Syy && \
1313
dkp-pacman -S --noconfirm --ask 4 gamecube-dev gamecube-portlibs ppc-portlibs wii-dev wii-portlibs && \
14-
dkp-pacman -Scc --noconfirm
14+
yes | dkp-pacman -Scc

0 commit comments

Comments
 (0)