Updating docker image with new tools.
[policy/engine.git] / packages / docker / src / main / docker / Dockerfile
index 580becc..d59e9d7 100644 (file)
@@ -10,6 +10,8 @@ ENV POLICY_LOGS ${POLICY_LOGS}
 
 RUN apt update && \
     apt-get install -y mariadb-client && \
+    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 && \