aboutsummaryrefslogtreecommitdiff
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
parent1403342af01f51c074d2dcc7fe37be3b21611fe5 (diff)
Try switching to Ubuntu for icedtea-plugin
-rw-r--r--Dockerfile3
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rwxr-xr-xcreate.sh2
-rwxr-xr-xrun.sh2
5 files changed, 6 insertions, 5 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 \
diff --git a/Makefile b/Makefile
index 3a5617a..c9c418c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ URL := https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterf
all:
wget -N ${URL}
- docker build --tag waterbox .
+ docker build --tag fireduck .
clean:
git clean -fx
diff --git a/README.md b/README.md
index f9e9dbd..d0842e9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Waterbox
+Fireduck
========
Waterfox running under Xvnc inside a Docker container, a demented tool
diff --git a/create.sh b/create.sh
index f6e50b6..3a55754 100755
--- a/create.sh
+++ b/create.sh
@@ -2,4 +2,4 @@
# Sample of how one might start up a container, season to taste.
-docker create -it --name waterbox --publish 127.0.0.1:5900:5900 waterbox
+docker create -it --name fireduck --publish 127.0.0.1:5900:5900 fireduck
diff --git a/run.sh b/run.sh
index d0c442e..6f56c2e 100755
--- a/run.sh
+++ b/run.sh
@@ -2,4 +2,4 @@
# Another sample of how one might start up a container, season to taste.
-docker run -it --rm --publish 127.0.0.1:5900:5900 waterbox
+docker run -it --rm --publish 127.0.0.1:5900:5900 fireduck