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 \