diff --git a/Dockerfile b/Dockerfile index 95ffdb6..fd5afd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories # Main dependencies -RUN apk add --no-cache bc xvfb xdotool@testing ffmpeg openssh mosh firefox +RUN apk add --no-cache bc xvfb ttf-dejavu xdotool@testing ffmpeg openssh mosh firefox dbus # Generate host keys RUN ssh-keygen -A diff --git a/README.md b/README.md index 3956aee..bf2572b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #Texttop -A fully interactive X linux desktop rendered to ASCII and streamed over SSH +**A fully interactive X Linux desktop rendered to ASCII and streamed over SSH** -or Firefox in your terminal +or Firefox in your terminal 😲 [gif here] @@ -63,3 +63,6 @@ Currently, only Firefox is installed on this extremely minimal Alpine Linux dist with [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management). Just remember that you will lose any system changes once you restart the docker container. I'm thinking about ways to save state. You may experiment with mounting certain system directories. + +##Contributions +Yes please.