Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PMS-docker
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
PMS
PMS-docker
Commits
119a635a
Commit
119a635a
authored
5 months ago
by
Valerio Formato
Browse files
Options
Downloads
Patches
Plain Diff
Update to gcc13 toolset
parent
f0ee7dcc
No related branches found
No related tags found
No related merge requests found
Pipeline
#194372
passed
5 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+6
-2
6 additions, 2 deletions
Dockerfile
with
6 additions
and
2 deletions
Dockerfile
+
6
−
2
View file @
119a635a
...
...
@@ -2,9 +2,11 @@ FROM almalinux:9 as builder
RUN
dnf update
-y
--exclude
=
glibc
*
RUN
dnf
install
-y
epel-release
RUN
dnf
install
-y
gcc
g++
cmake git libcurl-devel python3 wget
RUN
dnf
install
-y
gcc
-toolset-13
cmake git libcurl-devel python3 wget
RUN
dnf
install
-y
openssl-devel krb5-devel boost boost-devel libuuid-devel zlib-devel
RUN
dnf
--enablerepo
=
crb
install
-y
ninja-build
ENV
PATH /opt/rh/gcc-toolset-13/root/usr/bin:$PATH
ENV
LD_LIBRARY_PATH /opt/rh/gcc-toolset-13/root/usr/lib64:/opt/rh/gcc-toolset-13/root/usr/lib:/opt/rh/gcc-toolset-13/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-13/root/usr/lib/dyninst
# xrootd
RUN
git clone https://github.com/xrootd/xrootd.git
-b
v5.6.9
...
...
@@ -20,9 +22,11 @@ FROM almalinux:9
RUN
dnf update
-y
--exclude
=
glibc
*
RUN
dnf
install
-y
epel-release
RUN
dnf
install
-y
gcc
g++
cmake git libcurl-devel python3 wget
RUN
dnf
install
-y
gcc
-toolset-13
cmake git libcurl-devel python3 wget
RUN
dnf
install
-y
openssl-devel krb5-devel boost boost-devel libuuid-devel
RUN
dnf
--enablerepo
=
crb
install
-y
ninja-build
ENV
PATH /opt/rh/gcc-toolset-13/root/usr/bin:$PATH
ENV
LD_LIBRARY_PATH /opt/rh/gcc-toolset-13/root/usr/lib64:/opt/rh/gcc-toolset-13/root/usr/lib:/opt/rh/gcc-toolset-13/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-13/root/usr/lib/dyninst
COPY
--from=builder /PMS/software/install/ /PMS/software/install/
...
...
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