Merge "Allow storing database password in environment variables"
authorJim Hahn <jrh3@att.com>
Tue, 18 Feb 2020 16:50:09 +0000 (16:50 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 18 Feb 2020 16:50:09 +0000 (16:50 +0000)
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