Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
centos
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
Container Registry
Model registry
Operate
Environments
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
Docker Build Images
centos
Commits
134b37b9
Commit
134b37b9
authored
7 years ago
by
Markus Frosch
Browse files
Options
Downloads
Patches
Plain Diff
Add epel and fix ccache installation
parent
d7d0dd4e
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
6-i386/Dockerfile
+2
-2
2 additions, 2 deletions
6-i386/Dockerfile
6/Dockerfile
+2
-2
2 additions, 2 deletions
6/Dockerfile
7/Dockerfile
+2
-2
2 additions, 2 deletions
7/Dockerfile
with
6 additions
and
6 deletions
6-i386/Dockerfile
+
2
−
2
View file @
134b37b9
...
...
@@ -11,8 +11,9 @@ RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build
RUN
yum
install
-y
\
sudo
wget curl which
tar
expect git
\
patch rpm-build redhat-rpm-config rpmlint
\
patch
ccache
make util-linux
\
patch make util-linux
\
yum-utils yum-plugin-ovl rpmdevtools
\
epel-release
\
&&
yum clean all
RUN
yum
install
-y
\
...
...
@@ -21,7 +22,6 @@ RUN yum install -y \
cmake
\
openssl-devel
\
mysql-devel
\
wxGTK3-devel
\
yajl-devel
\
libedit-devel
\
ccache
\
...
...
This diff is collapsed.
Click to expand it.
6/Dockerfile
+
2
−
2
View file @
134b37b9
...
...
@@ -8,8 +8,9 @@ RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build
RUN
yum
install
-y
\
sudo
wget curl which
tar
expect git
\
patch rpm-build redhat-rpm-config rpmlint
\
patch
ccache
make util-linux
\
patch make util-linux
\
yum-utils yum-plugin-ovl rpmdevtools
\
epel-release
\
&&
yum clean all
RUN
yum
install
-y
\
...
...
@@ -18,7 +19,6 @@ RUN yum install -y \
cmake
\
openssl-devel
\
mysql-devel
\
wxGTK3-devel
\
yajl-devel
\
libedit-devel
\
ccache
\
...
...
This diff is collapsed.
Click to expand it.
7/Dockerfile
+
2
−
2
View file @
134b37b9
...
...
@@ -8,8 +8,9 @@ RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build
RUN
yum
install
-y
\
sudo
wget curl which
tar
expect git
\
patch rpm-build redhat-rpm-config rpmlint
\
patch
ccache
make util-linux
\
patch make util-linux
\
yum-utils yum-plugin-ovl rpmdevtools
\
epel-release
\
&&
yum clean all
RUN
yum
install
-y
\
...
...
@@ -18,7 +19,6 @@ RUN yum install -y \
cmake
\
openssl-devel
\
mysql-devel
\
wxGTK3-devel
\
yajl-devel
\
libedit-devel
\
ccache
\
...
...
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