Add pkg-config to the Docker image (#6419)

Without pkg-config the MySQL client install doesn't always work
This commit is contained in:
Justin Clift
2023-09-03 17:10:54 +10:00
committed by GitHub
parent ab71bded7d
commit 2a2c90a014

View File

@@ -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 \