Updates Dockerfile to not build ln

We cannot use docker caching with the current circleci plan, so we'll build a lighter image for now
This commit is contained in:
Sergi Delgado Segura
2020-01-20 15:07:38 +01:00
parent ed31be8a03
commit a3423a01e7

View File

@@ -53,6 +53,7 @@ jobs:
command: | command: |
cp test/pisa/e2e/bitcoin.conf bitcoin_sandbox/ cp test/pisa/e2e/bitcoin.conf bitcoin_sandbox/
cp test/pisa/e2e/conf.py bitcoin_sandbox/bitcoin_sandbox/ cp test/pisa/e2e/conf.py bitcoin_sandbox/bitcoin_sandbox/
cp bitcoin_sandbox/docker/Dockerfile_ubuntu_no_ln bitcoin_sandbox/Dockerfile
. venv/bin/activate . venv/bin/activate
cd bitcoin_sandbox && python -m bitcoin_sandbox.run_scenarios cd bitcoin_sandbox && python -m bitcoin_sandbox.run_scenarios