summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-02-07 17:18:21 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-07 17:18:21 +0000
commitb51a8f1238ec77d864a7e1955a2c3b16a52a9356 (patch)
tree795dba691bbc6722006eee6dffc4ba42d41b8ce2
parentd8e4e7bc4a421953ffa90ee9b40aa69cf6d190e4 (diff)
parent59e2d88e6cc22b85050c264729369c969cba444f (diff)
Merge "Fix failing build in jdk base image"
-rw-r--r--policy-jdk/alpine/src/main/docker/Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/policy-jdk/alpine/src/main/docker/Dockerfile b/policy-jdk/alpine/src/main/docker/Dockerfile
index 7f8fd91b..ca4021b1 100644
--- a/policy-jdk/alpine/src/main/docker/Dockerfile
+++ b/policy-jdk/alpine/src/main/docker/Dockerfile
@@ -1,7 +1,7 @@
# ============LICENSE_START=======================================================
# Copyright (C) 2019 Tieto. All rights reserved.
# Modifications Copyright (C) 2020, 2021 AT&T Intellectual Property. All rights reserved.
-# Modifications Copyright (C) 2020 Nordix Foundation.
+# Modifications Copyright (C) 2020, 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.
@@ -54,4 +54,5 @@ RUN rm -rf /opt/java/openjdk \
&& addgroup -S policy \
&& adduser -S --shell /bin/sh -G policy policy \
&& mkdir -p ${POLICY_HOME}/ \
- && chown policy:policy ${POLICY_HOME}
+ && chown policy:policy ${POLICY_HOME} \
+ && pip install --upgrade pip==22.0.3