Skip to content

Commit

Permalink
Add pkg-config to the Docker image (#6419)
Browse files Browse the repository at this point in the history
Without pkg-config the MySQL client install doesn't always work
  • Loading branch information
justinclift authored Sep 3, 2023
1 parent ab71bde commit 2a2c90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN useradd --create-home redash
# Ubuntu packages
RUN apt-get update && \
apt-get install -y --no-install-recommends \
pkg-config \
curl \
gnupg \
build-essential \
Expand Down

0 comments on commit 2a2c90a

Please sign in to comment.