Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 authored Sep 9, 2020
1 parent de0848d commit 910d5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,4 +18,4 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod 777 /entrypoint.sh
ENV LC_ALL=en_US.UTF-8

ENTRYPOINT [ "/entrypoint.sh" ]
ENTRYPOINT [ "/entrypoint.sh" ]

0 comments on commit 910d5f3

Please sign in to comment.