Skip to content

Commit

Permalink
fix(docker): pin setuptools version in docker ingestion build (#3214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Lee authored Sep 9, 2021
1 parent a547c71 commit 940cbb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/datahub-ingestion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y \
libldap2-dev \
libsasl2-dev \
ldap-utils \
&& python -m pip install --upgrade pip wheel setuptools
&& python -m pip install --upgrade pip wheel setuptools==57.5.0


FROM openjdk:8 as prod-build
COPY . /datahub-src
Expand Down

0 comments on commit 940cbb1

Please sign in to comment.