Skip to content

Commit

Permalink
Re-add xvfb package
Browse files Browse the repository at this point in the history
  • Loading branch information
bvangennep committed May 12, 2020
1 parent fbf1400 commit 99c8c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV PATH /app/heroku/node/yarn-$YARN_VERSION/bin:$PATH
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list \
&& apt-get update -qqy \
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy install google-chrome-stable \
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy install xvfb google-chrome-stable \
&& rm /etc/apt/sources.list.d/google-chrome.list \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 99c8c63

Please # to comment.