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