diff options
-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 \ |