blob: 77d979b193999f53492788508822823975673974 [file] [log] [blame]
Scott Bakerc87cb602016-06-01 17:49:07 -07001FROM xosproject/xos-synchronizer-openstack
2
3RUN bash -c "which docker > /dev/null || wget -qO- https://get.docker.com/ | sh"
4# | sh usermod -aG docker root"
5
6CMD update-ca-certificates && /usr/bin/supervisord -c /etc/supervisor/conf.d/synchronizer.conf