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

feat: add PAM development package

Needed for DeployTool
parent c0cedae9
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ RUN apt-get update && \
g++ valgrind cppcheck lcov doxygen procmail make git gdb cmake ninja-build \
libboost-all-dev libxml++2.6-dev \
libldap2-dev libzmq3-dev rpcbind \
libpam0g-dev \
libreadline-dev \
qtbase5-dev \
python2.7-dev python-numpy python3-dev python3-numpy \
......
......@@ -15,6 +15,7 @@ RUN apt-get update && \
g++ valgrind cppcheck lcov doxygen procmail make git gdb cmake ninja-build \
libboost-all-dev libxml++2.6-dev \
libldap2-dev libzmq3-dev rpcbind \
libpam0g-dev \
libreadline-dev \
qtbase5-dev \
python3-dev python3-numpy \
......
......@@ -20,6 +20,7 @@ RUN zypper refresh && \
zypper install -y kernel-default-devel && \
zypper install -y hdf5-devel libtirpc-devel openldap2-devel zeromq-devel libnsl-devel && \
zypper install -y gsl-devel && \
zypper install -y pam-devel && \
zypper install -y libpqxx-devel && \
zypper install -y netcat-openbsd && \
zypper install -y nano && \
......
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