Skip to content
Snippets Groups Projects
Commit a1da6350 authored by Julien Leduc's avatar Julien Leduc
Browse files

Now installing the packages built in previous stages from local folder

instead of using the jenkins repo (disabvled in the repo file)
parent 316303f4
Branches
Tags
No related merge requests found
......@@ -32,8 +32,9 @@ ADD ${BASEDIR}/etc/yum.repos.d/* /etc/yum.repos.d/
RUN yum install -y yum-plugin-priorities epel-release
# Add previously built rpms
ADD build_rpm/RPM/RPMS /tmp
#RUN yum -y install cta-frontend cta-debuginfo
ADD build_rpm/RPM /tmp
# Install them now
RUN yum -y localinstall /tmp/RPM/RPMS/x86_64/cta-frontend-* /tmp/RPM/RPMS/x86_64/cta-debuginfo-*
# Install needed packages
RUN yum -y install cgdb less psmisc lynx strace ltrace
......
......@@ -2,5 +2,5 @@
name=CTA master
baseurl=http://dss-ci-repo.web.cern.ch/dss-ci-repo/cta/master/cc-7/x86_64/
gpgcheck=0
enabled=1
enabled=0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment