Skip to content

Commit

Permalink
Fix syntax error in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jan 17, 2020
1 parent 680aaa1 commit 6d472b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 6d472b1

Please sign in to comment.