Skip to content

Commit

Permalink
Use better font for alpine images.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed May 17, 2017
1 parent 73402be commit f1e567d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ RUN \
# Openbox window manager
openbox \
xsetroot \
font-bitstream-100dpi
# Font
ttf-dejavu

# Install noVNC.
RUN \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.alpine-glibc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ RUN \
# Openbox window manager
openbox \
xsetroot \
font-bitstream-100dpi
# Font
ttf-dejavu

# Install noVNC.
RUN \
Expand Down

0 comments on commit f1e567d

Please sign in to comment.