[odrs-web/oscp] Install the MariaDB tools in the container too
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [odrs-web/oscp] Install the MariaDB tools in the container too
- Date: Mon,  1 Jul 2019 16:41:22 +0000 (UTC)
commit 2c9f080c137ce4c867430341d013b50c1ff95ca6
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jul 1 17:13:37 2019 +0100
    Install the MariaDB tools in the container too
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 1c6cd11..15c4b2d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,8 @@ FROM centos/httpd-24-centos7
 USER root 
 
 RUN yum install -y gcc make \
-    mysql-devel \
+    mariadb \
+    mariadb-devel \
     python36-click \
     python36-cryptography \
     python36-dateutil \
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]