1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-15 02:50:12 +03:00

12 lines
266 B
Bash
Raw Permalink Normal View History

2017-05-04 15:23:04 +02:00
#!/usr/bin/env bash
set -e
2017-05-09 10:34:30 +02:00
sudo -E apt-get -yq update
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install docker-ce=${DOCKER_VERSION}*
2017-05-09 10:34:30 +02:00
docker version
2017-05-04 15:23:04 +02:00
pip install --user -r requirements.txt
make pull-images
ci_retry make validate