Remove deletion of POLICY_HOME/etc/ssl 01/101801/1
authorjhh <jorge.hernandez-herrero@att.com>
Mon, 17 Feb 2020 01:20:15 +0000 (19:20 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Mon, 17 Feb 2020 01:20:15 +0000 (19:20 -0600)
To match work from:
https://gerrit.onap.org/r/#/c/policy/docker/+/101758/

Issue-ID: POLICY-2181
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I1f83508d7edd97337ee746cc09aff94bee684817

packages/docker/src/main/docker/Dockerfile

index d59e9d7..c257fd3 100644 (file)
@@ -13,9 +13,7 @@ RUN apt update && \
     apt-get install -y netcat && \
     apt-get install -y cron && \
     mkdir -p /tmp/policy-install ${POLICY_LOGS} && \
-    chown policy:policy /tmp/policy-install ${POLICY_LOGS} && \
-    rmdir ${POLICY_HOME}/etc/ssl && \
-    rmdir ${POLICY_HOME}/etc
+    chown policy:policy /tmp/policy-install ${POLICY_LOGS}
 
 WORKDIR /tmp/policy-install