From 92fb29c702cb9dd38565019d3f07bc86671e1d3a Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sun, 3 Sep 2023 15:57:03 +1000 Subject: [PATCH] Add pkg-config to the Docker image Without pkg-config the MySQL client install doesn't always work --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4c33c5046d..1715ac7da5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \