Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devkita64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 devkitARM && \
dkp-pacman -S --needed --noconfirm dkp-toolchain-vars && \
yes | dkp-pacman -Scc

ENV DEVKITARM=/opt/devkitpro/devkitARM

1 change: 1 addition & 0 deletions devkitarm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MAINTAINER Dave Murphy <davem@devkitpro.org>
RUN dkp-pacman -Syyu --noconfirm && \
dkp-pacman -S --needed --noconfirm 3ds-dev nds-dev gp32-dev gba-dev gp2x-dev && \
dkp-pacman -S --needed --noconfirm 3ds-portlibs nds-portlibs armv4t-portlibs && \
dkp-pacman -S --needed --noconfirm dkp-toolchain-vars && \
yes | dkp-pacman -Scc

ENV DEVKITARM=${DEVKITPRO}/devkitARM
1 change: 1 addition & 0 deletions devkitppc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MAINTAINER Dave Murphy <davem@devkitpro.org>
RUN dkp-pacman -Syyu --noconfirm gamecube-dev wii-dev wiiu-dev && \
dkp-pacman -S --needed --noconfirm ppc-portlibs gamecube-portlibs wii-portlibs wiiu-portlibs && \
dkp-pacman -S --needed --noconfirm devkitARM && \
dkp-pacman -S --needed --noconfirm dkp-toolchain-vars && \
yes | dkp-pacman -Scc

ENV DEVKITPPC=${DEVKITPRO}/devkitPPC
Expand Down