Update Dockerfile to install xvfb
parent
30645b4819
commit
aaee0f7a8c
@ -1,4 +1,6 @@
|
||||
FROM maven:3.8.1-adoptopenjdk-11
|
||||
MAINTAINER Goudham Suresh
|
||||
|
||||
RUN apt-get update && apt-get install -y gpg
|
||||
RUN apt-get update && apt-get install -y \
|
||||
gpg \
|
||||
xvfb
|
Loading…
Reference in New Issue