diff options
author | Rob Austein <sra@hactrn.net> | 2021-10-25 01:03:08 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-10-25 01:03:08 -0400 |
commit | 18debc052b0bcc3616d463ec9cdd2fca093d7801 (patch) | |
tree | 343964d144494720cd7c26411e1073e8c9a959f7 | |
parent | f674e77979a7c5634a95aa48a090624253bdc48b (diff) |
Buster
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # At some point maybe add variables to control size of screen. -FROM debian:stretch +FROM debian:buster RUN apt-get --yes update && apt-get --yes install --no-install-recommends \ firefox-esr \ |