Remove unnecessary COPY statement from Dockerfile

This commit is contained in:
Florian Piesche 2020-10-03 20:51:16 +01:00
parent 4b7c7ac37a
commit 4fabe4621b

View file

@ -11,6 +11,4 @@ RUN echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/s
# Install devkitpro-pkgbuild-helpers
RUN dkp-pacman -S --noconfirm devkitpro-pkgbuild-helpers
COPY build.sh /home/build/build.sh
ENTRYPOINT ["/bin/bash"]