mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-29 23:10:22 +00:00
Remove unnecessary COPY statement from Dockerfile
This commit is contained in:
parent
4b7c7ac37a
commit
4fabe4621b
1 changed files with 0 additions and 2 deletions
|
@ -11,6 +11,4 @@ RUN echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/s
|
||||||
# Install devkitpro-pkgbuild-helpers
|
# Install devkitpro-pkgbuild-helpers
|
||||||
RUN dkp-pacman -S --noconfirm devkitpro-pkgbuild-helpers
|
RUN dkp-pacman -S --noconfirm devkitpro-pkgbuild-helpers
|
||||||
|
|
||||||
COPY build.sh /home/build/build.sh
|
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash"]
|
ENTRYPOINT ["/bin/bash"]
|
||||||
|
|
Loading…
Reference in a new issue