From 01fe24632618877bfa087734bb39c98fe0cc2325 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Fri, 30 Apr 2021 11:33:35 +0200 Subject: [PATCH] more packages in centos --- runon.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runon.conf b/runon.conf index 43dcc65..0e856f5 100644 --- a/runon.conf +++ b/runon.conf @@ -20,7 +20,7 @@ dockerfile = RUN echo "Defaults lecture = never" >> /etc/sudoers RUN echo "ALL ALL=(ALL) ALL" >> /etc/sudoers pkginstall = RUN yum install {} -y -packages = ksh csh xterm xorg-x11-apps xkeyboard-config git +packages = ksh csh xterm xorg-x11-apps xkeyboard-config git glibc-devel gdk-pixbuf2 gtk2 gtk3 alsa-lib [centos8] dockerfile = @@ -31,7 +31,7 @@ dockerfile = RUN echo "Defaults lecture = never" >> /etc/sudoers RUN echo "ALL ALL=(ALL) ALL" >> /etc/sudoers pkginstall = RUN yum install {} -y -packages = ksh csh xterm xorg-x11-apps xkeyboard-config git +packages = ksh csh xterm xorg-x11-apps xkeyboard-config git glibc-devel [debian9] dockerfile =