Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix syntax error in Dockerfile
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Dockerfile
|
@@ -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 |
|
|