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
8c561a56
Commit
8c561a56
authored
8 months ago
by
Martin Christoph Hierholzer
Browse files
Options
Downloads
Patches
Plain Diff
feat(docker): install patchelf
parent
5ff1fe87
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 @
8c561a56
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
dockerfiles/noble.docker
+
1
−
0
View file @
8c561a56
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
dockerfiles/tumbleweed.docker
+
1
−
0
View file @
8c561a56
...
...
@@ -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
\n
python3 -m coverage
$*
\"
> /usr/bin/python3-coverage"
&&
\
...
...
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