Merge "policy/engine jdk11 junit and compilation error fixes"
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 4 Feb 2020 11:29:29 +0000 (11:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 4 Feb 2020 11:29:29 +0000 (11:29 +0000)
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 && \