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
b1156288
Commit
b1156288
authored
5 months ago
by
Valerio Formato
Browse files
Options
Downloads
Patches
Plain Diff
Update docker image
[skip ci]
parent
be0e374f
Branches
gi
No related tags found
No related merge requests found
Pipeline
#194205
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
b1156288
...
...
@@ -13,10 +13,10 @@ RUN apt -y install libmpfr-dev libgmp3-dev libmpc-dev
RUN
wget http://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.gz
&&
tar
-xf
gcc-14.1.0.tar.gz
WORKDIR
gcc-14.1.0
RUN
./configure
-v
--build
=
x86_64-linux-gnu
--host
=
x86_64-linux-gnu
--target
=
x86_64-linux-gnu
--prefix
=
/usr/local/gcc-14.1.0
--enable-checking
=
release
--enable-languages
=
c,c++
--disable-multilib
--program-suffix
=
-14
.1.0
RUN
make
-j
4
RUN
make
-j
10
RUN
make
install
RUN
sudo
update-alternatives
--install
/usr/bin/g++ g++ /usr/local/gcc-14.1.0/bin/g++-14.1.0 14
&&
sudo
update-alternatives
--install
/usr/bin/gcc gcc /usr/local/gcc-14.1.0/bin/gcc-14.1.0 14
RUN
update-alternatives
--install
/usr/bin/g++ g++ /usr/local/gcc-14.1.0/bin/g++-14.1.0 14
&&
update-alternatives
--install
/usr/bin/gcc gcc /usr/local/gcc-14.1.0/bin/gcc-14.1.0 14
WORKDIR
/
...
...
@@ -39,4 +39,4 @@ RUN apt -y install libssl-dev libkrb5-dev libboost-regex-dev libboost-thread-dev
COPY
--from=builder /usr/local/ /usr/local
COPY
--from=builder /PMS/software/install/ /PMS/software/install/
RUN
sudo
update-alternatives
--install
/usr/bin/g++ g++ /usr/local/gcc-14.1.0/bin/g++-14.1.0 14
&&
sudo
update-alternatives
--install
/usr/bin/gcc gcc /usr/local/gcc-14.1.0/bin/gcc-14.1.0 14
RUN
update-alternatives
--install
/usr/bin/g++ g++ /usr/local/gcc-14.1.0/bin/g++-14.1.0 14
&&
update-alternatives
--install
/usr/bin/gcc gcc /usr/local/gcc-14.1.0/bin/gcc-14.1.0 14
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