Remove deletion of POLICY_HOME/etc/ssl
[policy/engine.git] / 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