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