diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ -# At some point maybe add variables to control size of screen. +FROM debian:bullseye -FROM debian:buster +ENV WIDTH=1920 +ENV HEIGHT=1080 +ENV DEPTH=16 RUN apt-get --yes update && apt-get --yes install --no-install-recommends \ firefox-esr \ |