-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding pip upgrade to Dockerfiles #376
Conversation
Codecov Report
@@ Coverage Diff @@
## master #376 +/- ##
=======================================
Coverage 39.35% 39.35%
=======================================
Files 15 15
Lines 869 869
=======================================
Hits 342 342
Misses 527 527
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Results for SNAFU CI Test
|
/rerun all |
Results for SNAFU CI Test
|
41dab9e
to
884e6cc
Compare
Results for SNAFU CI Test
|
/rerun all |
Results for SNAFU CI Test
|
Signed-off-by: Vicente Zepeda Mas <vzepedam@redhat.com>
Signed-off-by: Vicente Zepeda Mas <vzepedam@redhat.com>
Signed-off-by: Vicente Zepeda Mas <vzepedam@redhat.com>
Signed-off-by: Vicente Zepeda Mas <vzepedam@redhat.com>
Signed-off-by: Vicente Zepeda Mas <vzepedam@redhat.com>
Signed-off-by: Vicente Zepeda Mas <vzepedam@redhat.com>
38274ef
to
7e0c1ae
Compare
Results for SNAFU CI Test
|
/rerun all |
Results for SNAFU CI Test
|
RUN dnf -y --enablerepo=extras install --nodocs wget tmux stress-ng \ | ||
https://cbs.centos.org/kojifiles/packages/dumb-init/1.2.2/6.el8/x86_64/dumb-init-1.2.2-6.el8.x86_64.rpm \ | ||
&& dnf clean all && rm -rf /var/cache/yum | ||
COPY . /opt/snafu | ||
RUN pip3 install --upgrade pip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: you may want to add --no-cache-dir
Signed-off-by: Vicente Zepeda Mas vzepedam@redhat.com
Description
Adding pip upgrade to Dockerfiles, because of failed dependencies.
Fixes