mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Add pkg-config to the Docker image (#6419)
Without pkg-config the MySQL client install doesn't always work
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user