[odrs-web] Install the MariaDB tools in the container too



commit c0a2ea1fd06e0881ec2e8abd54918361c86fa164
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]