Fix dockerfile syntax
This commit is contained in:
parent
912acbf96d
commit
4f093a32d0
|
@ -9,4 +9,4 @@ COPY ./install-sdl2.sh /tmp/
|
||||||
RUN if [ "${INSTALL_SDL2_VERSION_FROM_SOURCE}" != "none" ]; then \
|
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 \
|
fi \
|
||||||
&& rm -f /tmp/install-sdl2.sh \
|
&& rm -f /tmp/install-sdl2.sh
|
||||||
|
|
Loading…
Reference in New Issue