]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Fix docker apt install requirements
authorMiguel Saura <miguelsaura063@gmail.com>
Thu, 4 Jan 2024 13:06:47 +0000 (14:06 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Tue, 16 Jan 2024 14:31:25 +0000 (14:31 +0000)
Add pkg-config dependency install for docker images. this is required
later on for mysql inside the container.

tools/docker/Dockerfile

index 30b4d6a47230880cb8f65aff7fb6c19c05676d20..bdae67a278475c8b63cc9e30d19426710dcf8461 100644 (file)
@@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
     postgresql-client \
     sqlite3 \
     tzdata \
+    pkg-config \
     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
 RUN pip install wheel tox