From 96f1fa0b8c90c336c38ab39271abedfd90a2a398 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Mon, 4 Dec 2023 22:11:36 +0100 Subject: [PATCH] moved from centos8 to rocky linux 8 --- runon.conf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/runon.conf b/runon.conf index c6ab112..2a338ec 100644 --- a/runon.conf +++ b/runon.conf @@ -25,18 +25,14 @@ dockerfile = pkginstall = RUN yum install {} -y packages = xterm vim-X11 git python3 bash-completion -[centos8] +[rocky8] dockerfile = - FROM centos:8 - RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* - RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* - RUN yum install dnf-plugins-core -y - RUN yum config-manager --set-enabled powertools -y + FROM rockylinux:8 RUN yum install sudo -y RUN echo "Defaults lecture = never" >> /etc/sudoers RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers pkginstall = RUN yum install {} -y -packages = ksh csh xterm xorg-x11-apps xkeyboard-config git glibc-devel gtk2 gtk3 alsa-lib python2 python3 bash-completion environment-modules +packages = xterm vim-X11 git python3 bash-completion [debian8] dockerfile =