diff --git a/Dockerfile b/Dockerfile index 7e80270..a04e74c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stretch-slim -RUN apt-get update && apt-get install -y xvfb chromium +RUN apt-get update && apt-get install -y xvfb chromium procps ADD xvfb-chromium /usr/bin/xvfb-chromium RUN ln -s /usr/bin/xvfb-chromium /usr/bin/google-chrome