We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d2c4ba + 86cf2ad commit e3d9ff9Copy full SHA for e3d9ff9
features/mysql-client/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "mysql-client",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"name": "MySQL Client",
5
"description": "Installs needed client-side dependencies for Rails apps using MySQL"
6
}
features/mysql-client/install.sh
#!/bin/sh
set -e
-apt-get update -y && apt-get -y install --no-install-recommends default-libmysqlclient-dev
+apt-get update -y && apt-get -y install --no-install-recommends default-mysql-client
rm -rf /var/lib/apt/lists/*
0 commit comments