datahub/docker/ingestion/Dockerfile

6 lines
252 B
Docker
Raw Normal View History

2019-12-16 12:05:42 -08:00
FROM openjdk:8
2020-01-02 14:18:37 -08:00
COPY --from=python:2.7 / /
2019-12-16 12:05:42 -08:00
COPY . datahub-src
2020-01-02 14:18:37 -08:00
RUN cd datahub-src && ./gradlew :metadata-events:mxe-schemas:build \
&& cp -r metadata-ingestion/mce-cli . && cd metadata-ingestion/mce-cli \
&& pip install --user -r requirements.txt