diff --git a/docker/Dockerfile_Process b/docker/Dockerfile_Process index 1708f2ac..013923b3 100644 --- a/docker/Dockerfile_Process +++ b/docker/Dockerfile_Process @@ -24,7 +24,7 @@ ARG InstallMediaPush ARG BranchName=master #Running update and install makes the builder not to use cache which resolves some updates -RUN apt-get update && apt-get install -y curl wget iproute2 cron logrotate +RUN apt-get update && apt-get install -y curl wget iproute2 cron logrotate dnsutils iptables ADD ./${AntMediaServer} /home