Skip to content

Commit

Permalink
Replace libmariadbclient-dev with libmariadb-dev for Debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Sep 10, 2024
1 parent caa1202 commit 110cec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/docker/dockerfiles/camcops.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ WORKDIR /camcops
# setup.py
# - libmagickwand-dev: ImageMagick, used by CamCOPS
# - libmysqlclient-dev: for MySQL access (needed by Python mysqlclient package)
# ... replaced by libmariadbclient-dev in Debian 10
# ... replaced by libmariadb-dev in Debian 11
# - wget: for fetching other stuff! See below.
# - wait-for-it: wait for a host/TCP port (to synchronize containers)
#
Expand Down Expand Up @@ -146,7 +146,7 @@ RUN echo "- Updating package information..." \
wait-for-it \
\
libmagickwand-dev \
libmariadbclient-dev \
libmariadb-dev \
&& echo "- wkhtmltopdf: Fetching wkhtmltopdf with patched Qt..." \
&& wget -O /tmp/wkhtmltopdf.deb \
https:/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb \
Expand Down

0 comments on commit 110cec4

Please sign in to comment.