Updating docker image with new tools. 79/100879/1
authorBilal A <bilal@research.att.com>
Tue, 28 Jan 2020 21:15:46 +0000 (21:15 +0000)
committerBilal A <bilal@research.att.com>
Tue, 28 Jan 2020 21:19:11 +0000 (21:19 +0000)
Issue-ID: POLICY-2325
Signed-off-by: Bilal A <bilal@research.att.com>
Change-Id: I352038ab7b3bfcf5a25d6d50b90c55b2536bcda9

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 && \