未验证 提交 e13b89b4 编写于 作者: A Andreas Schlapbach 提交者: GitHub

Only check out latest files

To build the image. we don't need the whole history.
https://git.wiki.kernel.org/index.php/GitFaq#How_do_I_do_a_quick_clone_without_history_revisions.3F
上级 7e2e8673
...@@ -15,7 +15,7 @@ Simple and fast setup of EOS.IO on Docker is also available. ...@@ -15,7 +15,7 @@ Simple and fast setup of EOS.IO on Docker is also available.
## Build eos image ## Build eos image
```bash ```bash
git clone https://github.com/EOSIO/eos.git --recursive git clone https://github.com/EOSIO/eos.git --recursive --depth 1
cd eos/Docker cd eos/Docker
docker build . -t eosio/eos docker build . -t eosio/eos
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册