Skip to content

Commit

Permalink
docker(ingestion-base): set certificate location for python (#10364)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Apr 23, 2024
1 parent ca2a10e commit dc3ca78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/datahub-ingestion-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ RUN addgroup --gid 1000 datahub && \
chmod +x /entrypoint.sh

USER datahub
ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
ENV VIRTUAL_ENV=/datahub-ingestion/.venv
ENV PATH="${VIRTUAL_ENV}/bin:$PATH"
RUN python3 -m venv $VIRTUAL_ENV && \
Expand Down

0 comments on commit dc3ca78

Please sign in to comment.