diff --git a/Dockerfile b/Dockerfile index 35e10dd..13faa84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update \ rsync \ git \ yarn \ - mysql-client \ + default-mysql-client \ # Slim down image && apt-get clean \ && rm -rf \ diff --git a/README.md b/README.md index 16f7769..58c0faa 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ It was made to use with Laravel and/or Frontend projects since it has all that i * openssh client * git * rsync +* MySql Client