diff --git a/docker/Dockerfile_Process b/docker/Dockerfile_Process index 162780a5..eb0784e4 100644 --- a/docker/Dockerfile_Process +++ b/docker/Dockerfile_Process @@ -35,7 +35,7 @@ ARG BranchName=master ENV UseSupervisor=${UseSupervisor} #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 dnsutils iptables jq +RUN apt-get update && apt-get upgrade -y && apt-get install -y curl wget iproute2 cron logrotate dnsutils iptables jq ADD ./${AntMediaServer} /home