From 973f09940fea1d2ae0a6873857492584891891b1 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 28 Oct 2022 11:34:41 -0400 Subject: Update to Bullseye, make screen size configurable --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 7afe452..354afc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ -- cgit v1.2.3