Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michal Nowak
images
Commits
a9746f32
Commit
a9746f32
authored
Apr 29, 2020
by
Michał Kępień
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RPM packager: install python-configparser after "pip install"
Otherwise, "pip install" fails.
parent
0937bc11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docker/packager/rpm/Dockerfile
docker/packager/rpm/Dockerfile
+2
-1
No files found.
docker/packager/rpm/Dockerfile
View file @
a9746f32
...
...
@@ -2,8 +2,9 @@ FROM centos:centos7
MAINTAINER
BIND 9 Developers <bind9-dev@isc.org>
RUN
yum
-y
upgrade
RUN
yum
-y
install
epel-release
RUN
yum
-y
install
git iproute jq make mock python-
configparser python-
pip
RUN
yum
-y
install
git iproute jq make mock python-pip
RUN
pip
install
cloudsmith-cli
RUN
yum
-y
install
python-configparser
RUN
sed
-i
'/^\[main\]$/aip_resolve=4'
/etc/yum.conf /etc/mock/epel-
{
6,7,8
}
-x86_64
.cfg
RUN
sed
-i
's/\(ip_resolve = CaselessSelectionOption(\)/\1default="ipv4",/'
/usr/lib/python2.7/site-packages/yum/config.py
COPY
cloudsmith-isc-bind-dev.repo /etc/yum.repos.d/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment