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