Skip to content

Commit

Permalink
Install zip
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Nov 4, 2020
1 parent 43a05b1 commit 0cef4fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ RUN dkp-pacman -Syyu --noconfirm 3ds-dev nds-dev gp32-dev gba-dev nds-portlibs &
dkp-pacman -S --needed --noconfirm `dkp-pacman -Slq dkp-libs | grep '^3ds-'` && \
dkp-pacman -Scc --noconfirm
ENV DEVKITARM=${DEVKITPRO}/devkitARM

RUN apt-get update && \
apt-get install -y --no-install-recommends zip && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 0cef4fd

Please sign in to comment.