From 4298f5e23788ac94952a11797ae7ff3982effdd7 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Tue, 9 Aug 2022 16:51:27 +0200 Subject: [PATCH] add ubuntu 22.04 container --- runon.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/runon.conf b/runon.conf index 18c5725..e9a8b25 100644 --- a/runon.conf +++ b/runon.conf @@ -98,3 +98,13 @@ 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 +[ubuntu22.04] +dockerfile = + FROM ubuntu:22.04 + ARG DEBIAN_FRONTEND=noninteractive + RUN apt-get update + RUN apt-get -y install apt-utils + RUN apt-get -y install sudo +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 +