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
5b30379f
Commit
5b30379f
authored
3 years ago
by
Valerio Formato
Browse files
Options
Downloads
Patches
Plain Diff
Restore gcc9
parent
0de2f8be
Branches
gi
No related tags found
No related merge requests found
Pipeline
#136363
failed
1 year ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-2
4 additions, 2 deletions
Dockerfile
with
4 additions
and
2 deletions
Dockerfile
+
4
−
2
View file @
5b30379f
...
...
@@ -4,8 +4,9 @@ RUN dnf update -y --exclude=glibc*
RUN
dnf
install
-y
'dnf-command(config-manager)'
RUN
dnf config-manager
--set-enabled
powertools
RUN
dnf
install
-y
epel-release
RUN
dnf
install
-y
gcc
gcc-c++ cpp
\
RUN
dnf
install
-y
gcc
-toolset-9-gcc gcc-toolset-9-gcc-c++
\
git curl libcurl-devel ninja-build python3 wget
ENV
PATH=/opt/rh/gcc-toolset-9/root/usr/bin:$PATH
RUN
dnf
install
-y
openssl-devel krb5-devel boost boost-devel libuuid-devel
RUN
wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-linux-x86_64.tar.gz
...
...
@@ -40,8 +41,9 @@ RUN dnf update -y --exclude=glibc*
RUN
dnf
install
-y
'dnf-command(config-manager)'
RUN
dnf config-manager
--set-enabled
powertools
RUN
dnf
install
-y
epel-release
RUN
dnf
install
-y
gcc
gcc-c++ cpp
\
RUN
dnf
install
-y
gcc
-toolset-9-gcc gcc-toolset-9-gcc-c++
\
git curl libcurl-devel ninja-build python3 wget
ENV
PATH=/opt/rh/gcc-toolset-9/root/usr/bin:$PATH
RUN
dnf
install
-y
openssl-devel krb5-devel boost boost-devel libuuid-devel
RUN
wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-linux-x86_64.tar.gz
...
...
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