Skip to content

Commit

Permalink
add /opt/oracle from datahub-ingestion-base image
Browse files Browse the repository at this point in the history
  • Loading branch information
lima-renan committed Aug 5, 2024
1 parent bb6879c commit 1b94906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/datahub-ingestion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b94906

Please sign in to comment.