centos7 2023 update

This commit is contained in:
Gilles Grandou 2023-12-04 22:10:21 +01:00
parent 88e070d88c
commit c8ba6f3d1b
1 changed files with 3 additions and 2 deletions

View File

@ -17,12 +17,13 @@ binds =
[centos7]
dockerfile =
FROM centos:7
FROM centos:7
RUN yum install sudo -y
RUN echo "Defaults lecture = never" >> /etc/sudoers
RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
RUN yum group install -y "Development Tools"
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 redhat-lsb-core environment-modules
packages = xterm vim-X11 git python3 bash-completion
[centos8]
dockerfile =