Needed to add the dejavu font for hiptext and dbus for firefox.

This commit is contained in:
Thomas Buckley-Houston 2016-05-21 18:05:24 +09:00
parent 4639ea6b58
commit 9ec5c8c837
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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.