bdcs-0.1.0: Dockerfile.integration-test
FROM welder/bdcs-build-img:latest MAINTAINER Alexander Todorov <atodorov@redhat.com> RUN dnf -y install wget diffutils && dnf clean all COPY schema.sql / COPY entrypoint-integration-test.sh /usr/local/bin/entrypoint-integration-test.sh ENTRYPOINT ["/usr/local/bin/entrypoint-integration-test.sh"]