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" ]