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

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