Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
misteral authored Oct 22, 2018
1 parent 89ed68f commit c416f68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ ENV NPM_CONFIG_LOGLEVEL info
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update &&\
apt-get install -y libgtk3-dev libgconf-2-4 \
apt-get install -y libgtk-3-dev libgconf-2-4 \
libasound2 libxtst6 libxss1 libnss3 xvfb build-essential

COPY ./scripts/xvfb /etc/init.d/xvfb

RUN /etc/init.d/xvfb start

USER node

0 comments on commit c416f68

Please sign in to comment.