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

trying to use artifacts in Dockerfile

parent 8e4e44cd
No related branches found
No related tags found
No related merge requests found
stages:
- build:dockerimage
- build:srpm
- build:rpm
# - build:dockerimage
- build:dockerimage
cta_srpm:
stage: build:srpm
......
......@@ -27,8 +27,12 @@ FROM gitlab-registry.cern.ch/linuxsupport/cc7-base
ADD ./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
# Install needed packages
RUN yum -y install cta-frontend cta-debuginfo cgdb less psmisc lynx strace ltrace
RUN yum -y install cgdb less psmisc lynx strace ltrace
RUN yum clean all
# Static configuration files
......
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