Skip to content

Commit

Permalink
Merge pull request #39 from Phifo/add-default-libmysqlclient-dev
Browse files Browse the repository at this point in the history
mysql-client: add default-libmysqlclient-dev package
  • Loading branch information
andrewn617 authored Jul 11, 2024
2 parents a89db34 + 61aeb77 commit 2393fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/mysql-client/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -e

apt-get update -y && apt-get -y install --no-install-recommends default-mysql-client
apt-get update -y && apt-get -y install --no-install-recommends default-mysql-client default-libmysqlclient-dev

rm -rf /var/lib/apt/lists/*

0 comments on commit 2393fbf

Please sign in to comment.