From 910d5f31889e3c27f5a363720a38104c57485b04 Mon Sep 17 00:00:00 2001 From: Miki Date: Wed, 9 Sep 2020 10:09:54 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11b37f18..f66e89ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - RUN apt-get install -y nodejs RUN apt-get install --reinstall libgtk2.0-0 -y RUN apt-get install -y libgbm-dev -RUN apt-get install libnss3 libnss3-tools -y +RUN apt-get install libnss3 libnss3-tools libxss1 -y RUN apt-get install chromium-browser -y COPY index.js /index.js @@ -18,4 +18,4 @@ COPY entrypoint.sh /entrypoint.sh RUN chmod 777 /entrypoint.sh ENV LC_ALL=en_US.UTF-8 -ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "/entrypoint.sh" ]