1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-28 20:40:10 +00:00

Added ttf-dejavu to Dockerfile

Fixes: #4
This commit is contained in:
Neil Lathwood 2018-09-25 21:50:34 +01:00 committed by GitHub
parent 6bd6385a10
commit 8798b73934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,7 @@ RUN apk --update --no-cache add \
tzdata \
util-linux \
whois \
ttf-dejavu \
&& pip install python-memcached \
&& sed -i -e "s/;date\.timezone.*/date\.timezone = UTC/" /etc/php7/php.ini \
&& rm -rf /var/cache/apk/* /var/www/* /tmp/* \