Fix n64recomp script

This commit is contained in:
dcvz 2024-05-19 15:13:08 +02:00
parent 59303f77f1
commit b52a3fe6aa
1 changed files with 1 additions and 0 deletions

View File

@ -11,5 +11,6 @@ RUN if [ "${INSTALL_SDL2_VERSION_FROM_SOURCE}" != "none" ]; then \
fi \ fi \
&& rm -f /tmp/install-sdl2.sh && rm -f /tmp/install-sdl2.sh
COPY ./install-n64recomp.sh /tmp/
RUN chmod +x /tmp/install-n64recomp.sh && /tmp/install-n64recomp.sh RUN chmod +x /tmp/install-n64recomp.sh && /tmp/install-n64recomp.sh
RUN rm -f /tmp/install-n64recomp.sh RUN rm -f /tmp/install-n64recomp.sh