Merge "Update Dockerfile for PF base image"
authorPamela Dragosh <pd1248@att.com>
Fri, 17 Feb 2023 15:22:56 +0000 (15:22 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 17 Feb 2023 15:22:56 +0000 (15:22 +0000)
packages/policy-pap-docker/src/main/docker/Dockerfile

index b8d4fde..fb06d67 100644 (file)
@@ -3,7 +3,7 @@
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 #  Modifications Copyright (C) 2021 Bell Canada. All rights reserved.
-#  Modifications Copyright (C) 2022 Nordix Foundation.
+#  Modifications Copyright (C) 2022-2023 Nordix Foundation.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -43,6 +43,7 @@ ARG POLICY_LOGS=/var/log/onap/policy/pap
 ENV POLICY_LOGS=$POLICY_LOGS
 ENV POLICY_HOME=$POLICY_HOME/pap
 
+USER root
 RUN mkdir -p $POLICY_HOME $POLICY_LOGS && \
     chown -R policy:policy $POLICY_HOME $POLICY_LOGS