From 6eb98de3628693a893a380d191537a52a82027c9 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Mon, 4 Dec 2023 22:17:41 +0100 Subject: [PATCH] refreshed ubuntu 20.04 --- runon.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/runon.conf b/runon.conf index 534e67f..6d29793 100644 --- a/runon.conf +++ b/runon.conf @@ -101,8 +101,10 @@ 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 [ubuntu22.04]