Skip to content
Snippets Groups Projects

CS8

Merged Alex Iribarren requested to merge cs8 into master
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
FROM gitlab-registry.cern.ch/linuxsupport/c8-base:latest
FROM gitlab-registry.cern.ch/linuxsupport/cs8-base:latest
COPY linuxsupport8-stable.repo /etc/yum.repos.d/
COPY linuxsupport8s-stable.repo /etc/yum.repos.d/
RUN dnf install -y epel-release \
RUN dnf install -y epel-next-release \
&& dnf install -y koji python3-koji-cli-plugins krb5-workstation rpm-build \
&& dnf clean all
Loading