Commit 16685cb5 authored by Robert Schmidt's avatar Robert Schmidt Committed by Jaroslava Fiedlerova

Install zlib dependency

parent 04200f6f
......@@ -629,6 +629,7 @@ check_install_oai_software() {
libtool \
patch \
openssl \
zlib1bg-dev \
xxd
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
......@@ -666,7 +667,8 @@ check_install_oai_software() {
lapack-devel \
blas \
blas-devel \
vim-common
vim-common \
zlib-devel
fi
install_asn1c_from_source $1
......
......@@ -52,7 +52,6 @@ RUN rm -f /etc/rhsm-host && \
file \
psmisc \
git \
zlib-devel \
# python3-pip and pyyaml are used for conf template generation
python3-pip && \
pip3 install --ignore-installed pyyaml && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment