Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Add procps
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunk authored Jan 3, 2019
1 parent 14354b0 commit 285195b
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
@@ -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
Expand Down

0 comments on commit 285195b

Please sign in to comment.