Update Dockerfile for PF base image 81/133281/1
authorliamfallon <liam.fallon@est.tech>
Tue, 14 Feb 2023 11:34:22 +0000 (11:34 +0000)
committerliamfallon <liam.fallon@est.tech>
Tue, 14 Feb 2023 11:34:25 +0000 (11:34 +0000)
The Policy Framework base image run under the "onap" user rather than
under the "root" user. This means that root access has to be enabled in
child Dockerfiles for configuraiton that requires root access.

Root access is turned off again later in the Dockerfile so that the
image will run under another user.

Issue-ID: POLICY-4558
Change-Id: I7245db2d485e72d130008155999242e15e60d611
Signed-off-by: liamfallon <liam.fallon@est.tech>

No differences found