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() { ...@@ -629,6 +629,7 @@ check_install_oai_software() {
libtool \ libtool \
patch \ patch \
openssl \ openssl \
zlib1bg-dev \
xxd xxd
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
...@@ -666,7 +667,8 @@ check_install_oai_software() { ...@@ -666,7 +667,8 @@ check_install_oai_software() {
lapack-devel \ lapack-devel \
blas \ blas \
blas-devel \ blas-devel \
vim-common vim-common \
zlib-devel
fi fi
install_asn1c_from_source $1 install_asn1c_from_source $1
......
...@@ -52,7 +52,6 @@ RUN rm -f /etc/rhsm-host && \ ...@@ -52,7 +52,6 @@ RUN rm -f /etc/rhsm-host && \
file \ file \
psmisc \ psmisc \
git \ git \
zlib-devel \
# python3-pip and pyyaml are used for conf template generation # python3-pip and pyyaml are used for conf template generation
python3-pip && \ python3-pip && \
pip3 install --ignore-installed pyyaml && \ 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