Skip to content
Snippets Groups Projects
Commit 1166c32a authored by Ethan Buchman's avatar Ethan Buchman
Browse files

update circle docker

parent 3e468118
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ machine:
dependencies:
pre:
- sudo curl -L -o /usr/bin/docker 'http://s3-external-1.amazonaws.com/circle-downloads/docker-1.6.0-circleci'; chmod 0755 /usr/bin/docker; true
- sudo curl -L -o /usr/bin/docker 'http://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.0-circleci'; sudo chmod 0755 /usr/bin/docker; true
- sudo service docker start
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment