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

#Insert data required for running integration tests
COPY contribs/docker/zz-initdb.sh /docker-entrypoint-initdb.d/
# Dont redirect stdout in log for test
RUN sed '/exec \&>>/d' -i /usr/local/bin/docker-entrypoint.sh