diff --git a/Docker/README.md b/Docker/README.md index 43087ebceb32eb2889bda70048708a610b08a338..b8c0b2ec225500089e465a7302b442fa3e5f4365 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -15,7 +15,7 @@ Simple and fast setup of EOS.IO on Docker is also available. ## Build eos image ```bash -git clone https://github.com/EOSIO/eos.git --recursive +git clone https://github.com/EOSIO/eos.git --recursive --depth 1 cd eos/Docker docker build . -t eosio/eos ```