diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ # At some point maybe add variables to control size of screen. -FROM debian:stretch +FROM ubuntu:bionic RUN apt-get --yes update && apt-get --yes install --no-install-recommends \ bzip2 \ fonts-droid-fallback \ fonts-noto \ + icedtea-8-plugin \ icewm \ libdbus-glib-1-2 \ libgtk-3-0 \ |