]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Fix syntax error in Dockerfile
authorrubenwardy <rw@rubenwardy.com>
Thu, 16 Jan 2020 18:50:19 +0000 (18:50 +0000)
committerrubenwardy <rw@rubenwardy.com>
Fri, 17 Jan 2020 19:14:58 +0000 (19:14 +0000)
Dockerfile

index c465be14a45a0a6536cdb667ebe0542c36683630..37b90e483a99ad0da278b2dbcbebcabe3194a0a0 100644 (file)
@@ -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