Remove xvfb
parent
1a55952243
commit
bbc9dd20f5
@ -1,6 +1,4 @@
|
||||
FROM maven:3.8.1-adoptopenjdk-11
|
||||
MAINTAINER Goudham Suresh
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
gpg \
|
||||
xvfb
|
||||
RUN apt-get update && apt-get install -y gpg
|
Loading…
Reference in New Issue