mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Fix syntax error in Dockerfile
This commit is contained in:
parent
680aaa1bd5
commit
6d472b1840
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue