aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2022-10-28 11:34:41 -0400
committerRob Austein <sra@hactrn.net>2022-10-28 11:34:41 -0400
commit973f09940fea1d2ae0a6873857492584891891b1 (patch)
tree505ad62085a0105470096460e4d5f71e23913aaa /Dockerfile
parent95e4f6382495b219edc1f60529125488bd83785b (diff)
Update to Bullseye, make screen size configurableHEADmaster
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 4 insertions, 2 deletions
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 \