From: jhh Date: Mon, 17 Feb 2020 01:20:15 +0000 (-0600) Subject: Remove deletion of POLICY_HOME/etc/ssl X-Git-Tag: 1.6.0~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=8f0c0524afb0ebedf5a11a3b68e4624c8168d716 Remove deletion of POLICY_HOME/etc/ssl To match work from: https://gerrit.onap.org/r/#/c/policy/docker/+/101758/ Issue-ID: POLICY-2181 Signed-off-by: jhh Change-Id: I1f83508d7edd97337ee746cc09aff94bee684817 --- diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile index d59e9d70e..c257fd301 100644 --- a/packages/docker/src/main/docker/Dockerfile +++ b/packages/docker/src/main/docker/Dockerfile @@ -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