Skip to content

Commit

Permalink
Move libnsl to runtime and add zsh pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
aandvalenzuela committed Aug 3, 2023
1 parent 63efac7 commit a85445d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion el8/Dockerfile.buildtime
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN dnf install --disablerepo=epel -y perl-Carp perl-PathTools perl-Data-Dumper
perl-IO-Compress &&\
dnf install --disablerepo=epel -y tar rpm-build git nspr nss rsync wget openssl-devel ncurses-devel \
libX11-devel readline-devel tcl-devel tk-devel mesa-libGLU-devel libXext-devel libXft-devel \
libXpm-devel java-1.8.0-openjdk-devel java-11-openjdk-devel libtool gcc-c++ libnsl &&\
libXpm-devel java-1.8.0-openjdk-devel java-11-openjdk-devel libtool gcc-c++ &&\
dnf --enablerepo=powertools install -y texinfo &&\
epel_pkgs="@EPEL_PACKAGES@" &&\
if [ -n "$epel_pkgs" ] ; then dnf install -y $epel_pkgs; fi &&\
Expand Down
4 changes: 2 additions & 2 deletions el8/Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ADD CERN.repo /tmp/CERN.repo
ADD RPM-GPG-KEY-kojiv2 /tmp/RPM-GPG-KEY-kojiv2
ADD fix_ssh_config.sh /tmp/fix_ssh_config.sh

RUN dnf install -y @DEFAULT_PACKAGES@ bash tcsh glibc glibc-headers libxcrypt openssl-libs libcom_err krb5-libs ncurses-libs perl \
perl-libs libX11 readline tcl tk mesa-libGLU libglvnd-glx libglvnd-opengl libXext libXft libXpm libaio &&\
RUN dnf install -y @DEFAULT_PACKAGES@ bash tcsh zsh glibc glibc-headers libxcrypt openssl-libs libcom_err krb5-libs ncurses-libs perl \
perl-libs libX11 readline tcl tk mesa-libGLU libglvnd-glx libglvnd-opengl libXext libXft libXpm libaio libnsl &&\
dnf install -y python2 python3 which procps-ng &&\
dnf install -y epel-release &&\
dnf install -y @EPEL_PACKAGES@ apptainer &&\
Expand Down

0 comments on commit a85445d

Please sign in to comment.