diff --git a/docker/datahub-ingestion/Dockerfile b/docker/datahub-ingestion/Dockerfile index b8eda548491224..0b47a0a04b2065 100644 --- a/docker/datahub-ingestion/Dockerfile +++ b/docker/datahub-ingestion/Dockerfile @@ -48,6 +48,8 @@ FROM base as full-install COPY --from=full-install-build ${VIRTUAL_ENV} ${VIRTUAL_ENV} +COPY --from=full-install-build /opt/oracle /opt/oracle + FROM base as dev-install # Dummy stage for development. Assumes code is built on your machine and mounted to this image. # See this excellent thread https://github.com/docker/cli/issues/1134