1
0
Fork 0

added DOCKER_VERSION variable

This commit is contained in:
Attilio Borello 2017-05-09 10:34:30 +02:00 committed by Fernandez Ludovic
parent f8e7b5595b
commit 21aa0ea2da
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -e
sudo -E apt-get -yq update
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install docker-engine=${DOCKER_VERSION}*
docker version
pip install --user -r requirements.txt
make pull-images