more packages in centos

This commit is contained in:
Gilles Grandou 2021-04-30 11:33:35 +02:00
parent f546ca8817
commit 01fe246326
1 changed files with 2 additions and 2 deletions

View File

@ -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 =