diff --git a/build/Dockerfile b/build/Dockerfile index b7a45630f..2691f109e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,5 +1,7 @@ FROM node:8.11 +ARG DEBIAN_FRONTEND=noninteractive + RUN apt-get update && \ apt-get install -y xorg xvfb libxss-dev libgtk-3-0 gconf2 libnss3 libasound2 @@ -9,4 +11,4 @@ ENV DISPLAY=:99.0 WORKDIR /app -ENTRYPOINT ["sh", "-c", "(Xvfb $DISPLAY -screen 0 1024x768x16 &) && npm run test"] \ No newline at end of file +ENTRYPOINT ["sh", "-c", "(Xvfb $DISPLAY -screen 0 1024x768x16 &) && npm run test"]