docker-images/java8-with-firefox/Dockerfile
Liam 98c097880e
Some checks failed
Publish Docker Image / docker (push) Failing after 18s
meow
2023-11-29 19:01:04 +00:00

9 lines
116 B
Docker

# Latest Ubuntu image
FROM
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update -y \
firefox
ENV DISPLAY=:0