projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680aaa1
)
Fix syntax error in Dockerfile
author
rubenwardy
<rw@rubenwardy.com>
Thu, 16 Jan 2020 18:50:19 +0000
(18:50 +0000)
committer
rubenwardy
<rw@rubenwardy.com>
Fri, 17 Jan 2020 19:14:58 +0000
(19:14 +0000)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index c465be14a45a0a6536cdb667ebe0542c36683630..37b90e483a99ad0da278b2dbcbebcabe3194a0a0 100644
(file)
--- a/
Dockerfile
+++ b/
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