Skip to content

Commit

Permalink
Install default-libmysqlclient-dev
Browse files Browse the repository at this point in the history
This is required by mysqlclient 2.2.0.

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Aug 2, 2023
1 parent eb8e34e commit 6fa0cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libffi-dev \
libreadline-dev \
libsqlite3-dev \
default-libmysqlclient-dev \
libssl-dev \
zlib1g-dev

Expand Down

0 comments on commit 6fa0cb6

Please sign in to comment.