]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docker: Use default packages
authorStephen Finucane <stephen@that.guru>
Sun, 7 Jun 2026 12:52:29 +0000 (13:52 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Sun, 7 Jun 2026 15:10:53 +0000 (16:10 +0100)
These are also compatible with Debian.

Signed-off-by: Stephen Finucane <stephen@that.guru>
tools/docker/Dockerfile

index 82b8ab0575666cc94d393f683fb7b2f62b6a2c4c..9eac7ea6101eb6a9611154df1d63293d7a7189e6 100644 (file)
@@ -18,10 +18,10 @@ RUN eval "$(pyenv init -)"
 
 RUN apt-get update && apt-get install -y --no-install-recommends \
     build-essential \
-    libmysqlclient-dev \
+    default-libmysqlclient-dev \
+    default-mysql-client \
     libpq-dev \
     libsqlite3-dev \
-    mysql-client \
     postgresql-client \
     sqlite3 \
     tzdata \