refreshed ubuntu 22.04
This commit is contained in:
parent
6eb98de362
commit
ef6c079a09
@ -114,6 +114,8 @@ dockerfile =
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install apt-utils
|
||||
RUN apt-get -y install sudo
|
||||
RUN echo "Defaults lecture = never" >> /etc/sudoers
|
||||
RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||
pkginstall = RUN apt-get -y install {}
|
||||
packages = ksh csh xterm x11-apps build-essential git libgtk2.0 libgtk-3.0 bash-completion tcl environment-modules
|
||||
packages = xterm x11-apps vim-gtk3 git build-essential python3 bash-completion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user