Skip to content

Commit

Permalink
Needed to add the dejavu font for hiptext and dbus for firefox.
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed May 21, 2016
1 parent 4639ea6 commit 9ec5c8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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.

0 comments on commit 9ec5c8c

Please sign in to comment.