diff options
Diffstat (limited to 'Dockerfile')
-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 ubuntu:bionic +FROM debian:stretch COPY waterfox*.tar.bz2 jre-*.tar.gz /root/ |