mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-29 21:51:49 +00:00
Fix n64recomp script
This commit is contained in:
parent
59303f77f1
commit
b52a3fe6aa
1 changed files with 1 additions and 0 deletions
|
|
@ -11,5 +11,6 @@ RUN if [ "${INSTALL_SDL2_VERSION_FROM_SOURCE}" != "none" ]; then \
|
|||
fi \
|
||||
&& rm -f /tmp/install-sdl2.sh
|
||||
|
||||
COPY ./install-n64recomp.sh /tmp/
|
||||
RUN chmod +x /tmp/install-n64recomp.sh && /tmp/install-n64recomp.sh
|
||||
RUN rm -f /tmp/install-n64recomp.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue