ARG VERSION
FROM xivoxc/xivo-confd:${VERSION:-confd_integration_tests}

COPY . /usr/src/xivo-confd
WORKDIR /usr/src/xivo-confd
RUN python setup.py install
