mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-21 19:13:09 +00:00
Update Dockerfile
This commit is contained in:
parent
2d3ab6125b
commit
7f05e10705
1 changed files with 1 additions and 10 deletions
11
Dockerfile
11
Dockerfile
|
@ -1,4 +1,4 @@
|
|||
FROM devkitpro/devkita64
|
||||
FROM rock88/moonlight-nx-build:latest
|
||||
|
||||
# Add non-privileged build user
|
||||
RUN useradd -m -s /bin/bash -G sudo build; passwd -d build
|
||||
|
@ -8,13 +8,4 @@ RUN echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/s
|
|||
apt-get update &&\
|
||||
apt-get -t stretch-backports -y install git fakeroot
|
||||
|
||||
# Install devkitpro-pkgbuild-helpers
|
||||
RUN dkp-pacman -S --noconfirm libnx
|
||||
|
||||
# Print installed pacman packages
|
||||
RUN echo `dkp-pacman -Sl`
|
||||
|
||||
# Upgrade installed packages
|
||||
RUN dkp-pacman -Suy --noconfirm
|
||||
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
|
Loading…
Reference in a new issue