From aab62d58cf8526973c7059c9190639c4e8214045 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Tue, 15 Sep 2020 15:32:46 +0200 Subject: [PATCH] Added MySql Client --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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