Skip to content
Snippets Groups Projects
Commit 8c561a56 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

feat(docker): install patchelf

parent 5ff1fe87
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ RUN apt-get update && \
apt-get install -y sudo python3-pip locales pigz \
g++ valgrind cppcheck lcov doxygen procmail make git gdb cmake ninja-build \
libboost-all-dev libxml++2.6-dev \
patchelf \
libldap2-dev libzmq3-dev rpcbind \
libpam0g-dev \
libreadline-dev \
......
......@@ -14,6 +14,7 @@ RUN apt-get update && \
apt-get install -y sudo pipx locales pigz \
g++ valgrind cppcheck lcov doxygen procmail make git gdb cmake ninja-build \
libboost-all-dev libxml++2.6-dev \
patchelf \
libldap2-dev libzmq3-dev rpcbind \
libpam0g-dev \
libreadline-dev \
......
......@@ -8,6 +8,7 @@ RUN zypper refresh && \
zypper install -y lsb-release sysuser-tools iputils wget sudo tar gzip pigz && \
zypper install -y gcc-c++ cmake valgrind cppcheck lcov doxygen procmail make gdb ninja git && \
zypper install -y libboost_*-devel libqt5-qtbase-devel && \
zypper install -y patchelf && \
zypper install -y libxml++26-devel && \
zypper install -y python3-pip python3-devel python3-numpy-devel python3-coverage && \
bash "-c" "echo -e \"#\!/bin/bash\npython3 -m coverage $*\" > /usr/bin/python3-coverage" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment