mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 13:11:58 +00:00
Fix dockerfile syntax
This commit is contained in:
parent
912acbf96d
commit
4f093a32d0
1 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ ARG INSTALL_SDL2_VERSION_FROM_SOURCE="2.26.1"
|
|||
|
||||
COPY ./install-sdl2.sh /tmp/
|
||||
RUN if [ "${INSTALL_SDL2_VERSION_FROM_SOURCE}" != "none" ]; then \
|
||||
chmod +x /tmp/install-sdl2.sh && /tmp/install-sdl2.sh ${INSTALL_SDL2_VERSION_FROM_SOURCE}; \
|
||||
chmod +x /tmp/install-sdl2.sh && /tmp/install-sdl2.sh ${INSTALL_SDL2_VERSION_FROM_SOURCE}; \
|
||||
fi \
|
||||
&& rm -f /tmp/install-sdl2.sh \
|
||||
&& rm -f /tmp/install-sdl2.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue