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

ADD integration_tests/assets/_common/etc/xivo-auth/conf.d /etc/xivo-auth/conf.d
ADD . /usr/src/xivo-auth
RUN python3 setup.py develop
