Replace DejaVu font with OpenSans (smaller size, thinner typeface)
This commit is contained in:
parent
6ef869b6c5
commit
a4eeeed7ea
@ -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 \
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user