diff options
author | Rob Austein <sra@hactrn.net> | 2019-09-16 07:19:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-09-16 07:19:16 +0000 |
commit | 43c41cc3c2dc61bf1b800f46356c0308d7a92d6e (patch) | |
tree | 1001013dd9cc12390977d88f6e3331a9e983ad2d | |
parent | 08b13cc74dde895fe4402a7d04c2180809bc87c7 (diff) |
Switch back to Debian
-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/ |