| Scott Baker | c87cb60 | 2016-06-01 17:49:07 -0700 | [diff] [blame^] | 1 | FROM xosproject/xos-synchronizer-openstack |
| 2 | |||||
| 3 | RUN bash -c "which docker > /dev/null || wget -qO- https://get.docker.com/ | sh" | ||||
| 4 | # | sh usermod -aG docker root" | ||||
| 5 | |||||
| 6 | CMD update-ca-certificates && /usr/bin/supervisord -c /etc/supervisor/conf.d/synchronizer.conf | ||||