Update css file name in conf.py
[policy/engine.git] / packages / docker / src / main / docker / Dockerfile
index d59e9d7..ce7c954 100644 (file)
@@ -1,4 +1,4 @@
-FROM onap/policy-jdk-debian
+FROM onap/policy-jdk-debian:2.0.1
 
 LABEL maintainer="Policy Team"
 
@@ -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