Added MySql Client

pull/1/head
Carlos Gomes 2020-09-15 15:32:46 +02:00
rodzic bbb86f1ba3
commit aab62d58cf
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ RUN apt-get update \
rsync \
git \
yarn \
mysql-client \
default-mysql-client \
# Slim down image
&& apt-get clean \
&& rm -rf \

Wyświetl plik

@ -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