diff --git a/Dockerfile b/Dockerfile index 1a3f72d..a6bd3b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM maven:3.8.1-adoptopenjdk-11 MAINTAINER Goudham Suresh -RUN apt-get update && apt-get install -y gpg \ No newline at end of file +RUN apt-get update && apt-get install -y \ + gpg \ + xvfb \ No newline at end of file