centos7 2023 update
This commit is contained in:
parent
88e070d88c
commit
c8ba6f3d1b
@ -17,12 +17,13 @@ binds =
|
|||||||
|
|
||||||
[centos7]
|
[centos7]
|
||||||
dockerfile =
|
dockerfile =
|
||||||
FROM centos:7
|
FROM centos:7
|
||||||
RUN yum install sudo -y
|
RUN yum install sudo -y
|
||||||
RUN echo "Defaults lecture = never" >> /etc/sudoers
|
RUN echo "Defaults lecture = never" >> /etc/sudoers
|
||||||
RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||||
|
RUN yum group install -y "Development Tools"
|
||||||
pkginstall = RUN yum install {} -y
|
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]
|
[centos8]
|
||||||
dockerfile =
|
dockerfile =
|
||||||
|
Loading…
Reference in New Issue
Block a user