This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new e57c355  HDDS-5967. Upgrade pip in ozone-runner (#9)
e57c355 is described below

commit e57c355912a73c11b7480e948286b16265f8a0c6
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Feb 4 17:16:13 2022 +0100

    HDDS-5967. Upgrade pip in ozone-runner (#9)
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 3bcad0e..ae891d4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -53,6 +53,7 @@ RUN yum install -y \
       sudo \
       wget \
       zlib
+RUN sudo python3 -m pip install --upgrade pip
 
 COPY --from=0 /go/bin/csc /usr/bin/csc
 COPY --from=1 /rocksdb-6.8.1/ldb /usr/local/bin/ldb

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to