Skip to content

Commit

Permalink
Make sure docker build has pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsdarlingtower committed Apr 11, 2024
1 parent 7e0354a commit 6532089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ RUN mkdir -p ${PYTHONPATH} superset/static superset-frontend apache_superset.egg
libpq-dev \
libecpg-dev \
libldap2-dev \
pkg-config \
python3-dev \
&& touch superset/static/version_info.json \
&& chown -R superset:superset ./* \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6532089

Please sign in to comment.