From 6aa28926bd9c3fc6b3552338ec6a1a50e2bac035 Mon Sep 17 00:00:00 2001 From: UrielCh Date: Fri, 5 Apr 2019 21:32:45 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbd8f0c..3f45597 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,10 @@ RUN set -ex;\ mv /opt/plugin /home/chrome/plugin;\ mv /opt/webRobotJS /home/chrome/webRobotJS -ADD conf/ / +RUN set -ex;\ + apt-get update;\ + apt-get install -y --no-install-recommends iputils-ping net-tools;\ + rm -rf /var/cache/* /var/log/apt/* /var/lib/apt/lists/* # RUN apt-get install -y xvfb && echo rm -rf /tmp/* #RUN apt-get update && apt-get install -y && dpkg -i /tmp/google-chrome-stable_current_amd64.deb