Fix syntax error in Dockerfile

Este commit está contenido en:
rubenwardy 2020-01-16 18:50:19 +00:00
padre 680aaa1bd5
commit 6d472b1840
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -15,7 +15,7 @@ RUN mkdir -p /usr/src/minetest/cmakebuild && cd /usr/src/minetest/cmakebuild &&
.. && \
make -j2 && \
rm -Rf ../games/minetest_game && git clone --depth 1 https://github.com/minetest/minetest_game ../games/minetest_game && \
rm -Rf ../games/minetest_game/.git
rm -Rf ../games/minetest_game/.git && \
make install
FROM debian:stretch