Skip to content
Snippets Groups Projects
Commit 6356349a authored by Eric Cano's avatar Eric Cano Committed by Steven Murray
Browse files

Added support for mariadb in VM scripts.

Conflicts:
	continuousintegration/docker/ctafrontend/cc7/buildtree-stage1-rpms/Dockerfile
parent 4558e828
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ cat gitScripts/bash_profile.hook >> ~eric/.bash_profile
sudo -u eric cp tigConf/tigrc ~eric/.tigrc
echo Installing minimal tools and tape tools
yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc yum-plugin-versionlock
yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc mariadb-devel yum-plugin-versionlock
(cd / ; sudo -u eric git config --global color.ui true)
(cd / ; sudo -u eric git config --global user.email "Eric.Cano@cern.ch")
......
......@@ -84,6 +84,8 @@ RUN yum-config-manager --enable epel --setopt="epel.priority=4" \
json-c \
shadow-utils \
sudo \
zeromq \
mariadb-devel \
&& \
yum clean all \
&& \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment