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

index c9d859d..78276f4 100644 (file)
@@ -2,7 +2,7 @@
 # Dockerfile
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2020-2021 AT&T Intellectual Property. 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.
@@ -42,6 +42,7 @@ ARG POLICY_LOGS=/var/log/onap/policy/pdpx
 ENV POLICY_LOGS=$POLICY_LOGS
 
 ENV POLICY_HOME=$POLICY_HOME/pdpx
+USER root
 RUN apk update && \
     apk add mariadb-client && \
     apk add postgresql-client && \