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
dcd60ed0
Commit
dcd60ed0
authored
5 months ago
by
Valerio Formato
Browse files
Options
Downloads
Patches
Plain Diff
Fixing bubild
parent
258b521d
No related branches found
No related tags found
No related merge requests found
Pipeline
#194402
passed
5 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
dcd60ed0
...
...
@@ -7,7 +7,7 @@ RUN apt -y update && apt -y install gcc-14 g++-14 binutils \
curl git libcurl4 libcurl4-openssl-dev cmake ninja-build python3 python3-pip wget
RUN
apt
-y
install
libssl-dev libkrb5-dev libboost-regex-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev uuid-dev zlib1g-dev
RUN
update-alternatives
--install
/usr/bin/g
++ g++
/usr/bin/g
++
-14 14
&&
update-alternatives
--install
/usr/bin/g
cc gcc
/usr/bin/g
cc
-14
14
RUN
update-alternatives
--install
/usr/bin/g
cc gcc
/usr/bin/g
cc
-14 14
--slave
/usr/bin/g
++ g++
/usr/
/
bin/g
++
-14
# xrootd
RUN
git clone https://github.com/xrootd/xrootd.git
-b
v5.6.9
...
...
@@ -25,6 +25,6 @@ RUN apt -y update && apt -y install gcc-14 g++-14 binutils \
curl git libcurl4 libcurl4-openssl-dev cmake ninja-build python3 python3-pip wget
RUN
apt
-y
install
libssl-dev libkrb5-dev libboost-regex-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev uuid-dev zlib1g-dev
RUN
update-alternatives
--install
/usr/bin/g
++ g++
/usr/
/
bin/g
++
-14 14
&&
update-alternatives
--install
/usr/bin/g
cc gcc
/usr/bin/g
cc
-14
14
RUN
update-alternatives
--install
/usr/bin/g
cc gcc
/usr/bin/g
cc
-14 14
--slave
/usr/bin/g
++ g++
/usr/bin/g
++
-14
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