docker-images/java8-with-firefox/Dockerfile

9 lines
116 B
Docker
Raw Normal View History

2023-11-29 18:54:34 +00:00
# Latest Ubuntu image
2023-11-29 19:01:04 +00:00
FROM
2023-11-29 18:54:34 +00:00
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update -y \
firefox
2023-11-29 19:01:04 +00:00
ENV DISPLAY=:0