Skip to content
Snippets Groups Projects

Add missing zlib dependency to PGI docker images

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,7 +4,7 @@ FROM opensuse:42.3
RUN zypper ref
RUN zypper in -y gcc gcc-c++ gcc-fortran git make curl tar f2c glibc-locale \
glibc-devel libbz2-devel python-devel python-numpy pkg-config libzmq-devel \
hdf5-devel
hdf5-devel zlib-devel
# Workaround so pgi can find g77
WORKDIR /usr/bin
Loading