aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-09-14 20:57:31 +0000
committerRob Austein <sra@hactrn.net>2019-09-14 20:57:31 +0000
commitf03f999dd75729f0cbff9f650d9eb88d0e50c83f (patch)
treefe1d3f704471c42c3ec8d8ab67a9e948e9123f69 /Dockerfile
parent1403342af01f51c074d2dcc7fe37be3b21611fe5 (diff)
Try switching to Ubuntu for icedtea-plugin
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bc881b8..a44b3e2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \