Replace DejaVu font with OpenSans (smaller size, thinner typeface)

This commit is contained in:
Disassembler 2018-05-10 14:47:25 +02:00
parent 6ef869b6c5
commit a4eeeed7ea
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ MAINTAINER Disassembler <disassembler@dasm.cz>
RUN \ RUN \
# Install runtime dependencies # Install runtime dependencies
apk --no-cache add openjdk8-jre ttf-dejavu xf86-video-dummy xorg-server \ apk --no-cache add openjdk8-jre ttf-opensans xf86-video-dummy xorg-server \
# Create OS user # Create OS user
&& addgroup -S -g 8018 sms \ && addgroup -S -g 8018 sms \
&& adduser -S -u 8018 -h /srv/frontlinesms -s /bin/sh -g sms -G sms sms \ && adduser -S -u 8018 -h /srv/frontlinesms -s /bin/sh -g sms -G sms sms \

View File

@ -3,7 +3,7 @@ MAINTAINER Disassembler <disassembler@dasm.cz>
RUN \ RUN \
# Install runtime dependencies # Install runtime dependencies
apk --no-cache add ghostscript imagemagick libreoffice-calc libreoffice-impress libreoffice-writer php7-iconv php7-pear php7-pdo_pgsql php7-simplexml php7-xml poppler-utils ttf-dejavu apk --no-cache add ghostscript imagemagick libreoffice-calc libreoffice-impress libreoffice-writer php7-iconv php7-pear php7-pdo_pgsql php7-simplexml php7-xml poppler-utils ttf-opensans
RUN \ RUN \
# Install unoconv # Install unoconv