Skip to content
Snippets Groups Projects
Commit b1b3cf79 authored by Steven Murray's avatar Steven Murray
Browse files

docker/ctafrontend/cc7/opt/run/bin/init.sh now installs the standard...

docker/ctafrontend/cc7/opt/run/bin/init.sh now installs the standard oracle-instantclient19.3-sqlplus rpm instead of the CERN version
parent 9a47d859
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if [ ! -e /etc/buildtreeRunner ]; then
yum-config-manager --enable ceph
# install needed packages
yum -y install cta-objectstore-tools cta-doc mt-st mtx lsscsi sg3_utils cta-catalogueutils ceph-common oracle-instantclient-sqlplus
yum -y install cta-objectstore-tools cta-doc mt-st mtx lsscsi sg3_utils cta-catalogueutils ceph-common oracle-instantclient19.3-sqlplus
yum clean packages
fi
......
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