diff options
-rw-r--r-- | Dockerfile | 4 | ||||
-rw-r--r-- | ratpoisonrc | 2 | ||||
-rwxr-xr-x | startup.sh | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -7,15 +7,15 @@ RUN apt-get --yes update && apt-get --yes install --no-install-recommends \ fonts-droid-fallback \ fonts-noto \ icedtea-8-plugin \ - icewm \ libdbus-glib-1-2 \ libgtk-3-0 \ + ratpoison \ tightvncserver \ xfonts-base \ x11-xserver-utils \ xterm -COPY startup.sh waterfox*.tar.bz2 / +COPY startup.sh ratpoisonrc waterfox*.tar.bz2 / RUN set -x; \ tar -C /usr/local -xf /waterfox*.tar.bz2 && \ diff --git a/ratpoisonrc b/ratpoisonrc new file mode 100644 index 0000000..7db7a21 --- /dev/null +++ b/ratpoisonrc @@ -0,0 +1,2 @@ +exec xsetroot -solid black +exec waterfox @@ -8,5 +8,5 @@ chmod -R go= $HOME/.vnc # -localhost vncserver $DISPLAY -geometry 1280x768 -depth 16 -nolisten tcp -icewm +ratpoison -f /ratpoisonrc vncserver -kill $DISPLAY |