This commit is contained in:
Gilles Grandou 2023-12-04 13:48:27 +01:00
parent 4fa7999900
commit ff2a3e82ef
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ debian_base: &debian_base
- vim-gtk3
- git
- build-essential
- python3
- bash-completion
binds:
- /etc/timezone:ro
@ -73,6 +74,7 @@ rh_base: &rh_base
- vim-X11
- git
- bash-completion
- python3
binds:
- /etc/timezone:ro
- /etc/localtime:ro
@ -88,7 +90,6 @@ centos7:
<<: *rh_base
image: centos:7
dockerfile:
- RUN yum install -y dnf-plugins-core
- RUN yum install -y sudo
- RUN echo "Defaults lecture = never" >> /etc/sudoers
- RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers