Skip to content

Commit 9f0f7ae

Browse files
committed
fix build
1 parent cd15656 commit 9f0f7ae

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
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
1414
unzip
1515
WORKDIR /build
1616
# Installation of devkitpro-pacman; Script from https://devkitpro.org/wiki/devkitPro_pacman#:~:text=pacman%20instructions%20below.-,Debian%20and%20derivatives,devkitpro%2Dpacman%0A%20%20%20chmod%20%2Bx%20./install%2Ddevkitpro%2Dpacman%0A%20%20%20sudo%20./install%2Ddevkitpro%2Dpacman,-The%20apt%20repository
17-
RUN wget https://raw.githubusercontent.com/devkitPro/installer/master/install-devkitpro-pacman -O install-devkitpro-pacman
17+
RUN wget https://apt.devkitpro.org/install-devkitpro-pacman
1818
RUN chmod +x ./install-devkitpro-pacman
1919
# Workaround for automation
2020
RUN sed -i -e 's/apt-get install/apt-get install -y/' ./install-devkitpro-pacman

0 commit comments

Comments
 (0)