aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2022-02-04 15:01:19 +0000
committerJorge Hernandez <jorge.hernandez-herrero@att.com>2022-03-01 15:02:49 +0000
commit341cea1ef933ccf51fda04b7a257695deb1072c8 (patch)
treee51be76597eba3f28340cb669fdc663796b19aee
parent4f04849dce33cd5ce317e131bb6340dfe15ae5c9 (diff)
Fix for failing merge job
Upgraded version of pip being used by Dockerfile Error was reproduced and fixed locally Issue-ID: POLICY-3905 Change-Id: I535b3bbc9cab66411932d725c9210e0a4739378d Signed-off-by: saul.gill <saul.gill@est.tech> (cherry picked from commit 304ef14c1be50cf3cfea58ab617a25bcc69b6bd4)
-rw-r--r--packages/docker/src/main/docker/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile
index 9d77629a..166caec2 100644
--- a/packages/docker/src/main/docker/Dockerfile
+++ b/packages/docker/src/main/docker/Dockerfile
@@ -2,6 +2,7 @@
# Dockerfile
# ============LICENSE_START=======================================================
# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
+# Modified Copyright (C) 2022 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -45,6 +46,7 @@ RUN apk update && \
apk add --no-cache mariadb-client \
file \
net-tools netcat-openbsd sudo less vim openssl \
+ && pip install --upgrade pip==22.0.3 \
&& python3 -m pip install --no-cache-dir --upgrade setuptools http-prompt \
&& python3 -m pip install --no-cache-dir httpie