From a67b2cc3f8569972ff0a365de0b26ad0b0c7dac7 Mon Sep 17 00:00:00 2001 From: Alex Korotysh Date: Wed, 10 Feb 2021 22:55:35 +0300 Subject: [PATCH] Added mariadb-client --- Dockerfile | 1 + Dockerfile.aphlict | 1 + Dockerfile.daemon | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 237b781..4f960d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get update \ # provides ssh-keygen and ssh, these are needed to sync ssh repositories openssh-client \ procps \ + mariadb-client \ && rm -rf /var/lib/apt/lists/* # install the PHP extensions we need diff --git a/Dockerfile.aphlict b/Dockerfile.aphlict index d910060..117157f 100644 --- a/Dockerfile.aphlict +++ b/Dockerfile.aphlict @@ -18,6 +18,7 @@ RUN apt-get update \ # provides ssh-keygen and ssh, these are needed to sync ssh repositories openssh-client \ procps \ + mariadb-client \ && rm -rf /var/lib/apt/lists/* # install the PHP extensions we need diff --git a/Dockerfile.daemon b/Dockerfile.daemon index 0044d4f..88993af 100644 --- a/Dockerfile.daemon +++ b/Dockerfile.daemon @@ -18,6 +18,7 @@ RUN apt-get update \ # provides ssh-keygen and ssh, these are needed to sync ssh repositories openssh-client \ procps \ + mariadb-client \ && rm -rf /var/lib/apt/lists/* # install the PHP extensions we need