Skip to content

Commit

Permalink
Fix astro deploy job (#2006)
Browse files Browse the repository at this point in the history
currently, Astro deploy job fails with an error mentioned in PR
#2003
  • Loading branch information
pankajastro authored Aug 10, 2023
1 parent 02451ea commit 50aef0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python-sdk/tests_integration/astro_deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get install -y --no-install-recommends \
freetds-dev \
libssl-dev \
libkrb5-dev \
libmariadb-dev
libmariadb-dev \
pkg-config

ENV SETUPTOOLS_USE_DISTUTILS=stdlib

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get install -y --no-install-recommends \
freetds-dev \
libssl-dev \
libkrb5-dev \
libmariadb-dev
libmariadb-dev \
pkg-config

ENV SETUPTOOLS_USE_DISTUTILS=stdlib

Expand Down

0 comments on commit 50aef0b

Please sign in to comment.