Skip to content

Commit

Permalink
dockerfiles: Remove no longer needed hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
endrift committed Sep 19, 2018
1 parent 87bb946 commit 884354d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dockerfiles/switch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ RUN curl -LO https://github.com/devkitPro/pacman/releases/download/devkitpro-pac
RUN dkp-pacman -Syu --noconfirm devkitA64 general-tools switch-tools switch-mesa switch-zlib switch-libpng libnx && \
dkp-pacman -Scc --noconfirm

RUN [ ! \( "$(dkp-pacman -Q libnx | cut -d' ' -f2)" ">" "1.4.0-1" \) ] && \
git clone https://github.com/switchbrew/libnx.git && \
(cd libnx && make -j2 install) && rm -rf libnx

RUN [ ! \( "$(dkp-pacman -Q switch-libdrm_nouveau | cut -d' ' -f2)" ">" "0.1.0-1" \) ] && \
git clone https://github.com/devkitPro/libdrm_nouveau.git && \
(cd libdrm_nouveau && make -j2 install) && rm -rf libdrm_nouveau

RUN apt-get autoremove -y curl gnupg

RUN useradd mgba -m
Expand Down

0 comments on commit 884354d

Please sign in to comment.