Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JenkinsConfiguration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChimeraTK Mirror
JenkinsConfiguration
Commits
5ff1fe87
Commit
5ff1fe87
authored
8 months ago
by
Martin Christoph Hierholzer
Browse files
Options
Downloads
Patches
Plain Diff
feat: add PAM development package
Needed for DeployTool
parent
c0cedae9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dockerfiles/focal.docker
+1
-0
1 addition, 0 deletions
dockerfiles/focal.docker
dockerfiles/noble.docker
+1
-0
1 addition, 0 deletions
dockerfiles/noble.docker
dockerfiles/tumbleweed.docker
+1
-0
1 addition, 0 deletions
dockerfiles/tumbleweed.docker
with
3 additions
and
0 deletions
dockerfiles/focal.docker
+
1
−
0
View file @
5ff1fe87
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
dockerfiles/noble.docker
+
1
−
0
View file @
5ff1fe87
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
dockerfiles/tumbleweed.docker
+
1
−
0
View file @
5ff1fe87
...
...
@@ -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
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment