Update Dockerfile to install xvfb

MYC-Refactor
Hammy 3 years ago
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…
Cancel
Save