Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Anti aliasing fonts (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdanielmueller authored Oct 21, 2017
1 parent fa4d045 commit c375f49
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ COPY conf/* /tmp/patches/
RUN apk add --no-cache \
gtk+ \
openssl \
font-adobe-100dpi \
fontconfig \
freetype \
ttf-dejavu \
ttf-droid \
ttf-freefont \
ttf-liberation \
ttf-linux-libertine \
ttf-ubuntu-font-family \
&& apk add --no-cache --virtual .build-deps \
g++ \
git \
Expand Down Expand Up @@ -53,13 +60,13 @@ RUN apk add --no-cache \
-silent \
-release \
-static \
-fast \
-webkit \
-script \
-svg \
-exceptions \
-xmlpatterns \
-openssl-linked \
-no-fast \
-no-largefile \
-no-accessibility \
-no-stl \
Expand Down Expand Up @@ -150,3 +157,4 @@ RUN apk add --no-cache \
# Clean up when done
&& rm -rf /tmp/* \
&& apk del .build-deps

0 comments on commit c375f49

Please sign in to comment.