Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
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
docker
ansible
Commits
6153d772
Commit
6153d772
authored
Sep 16, 2020
by
Dan Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't upgrade pip since that seems to break things
parent
4f0baebf
Pipeline
#25110
passed with stage
in 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
Dockerfile.centos7
Dockerfile.centos7
+0
-1
No files found.
Dockerfile.centos7
View file @
6153d772
...
...
@@ -30,7 +30,6 @@ RUN sed -i '/^ip_resolve=/{h;s/=.*/=4/};${x;/^$/{s//ip_resolve=4/;H};x}' /etc/yu
sudo \
which && \
python3 -m pip install wheel && \
python3 -m pip install --upgrade pip && \
python3 -m pip install --force -r /tmp/requirements.txt && \
rm -f /tmp/requirements.txt && \
yum -y clean all
...
...
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