1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 19:23:58 +00:00

Update CHANGELOG

This commit is contained in:
CrazyMax 2018-09-26 01:11:56 +02:00
parent 76a68aa562
commit e53856e09f
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 1.43-RC4 (2018/09/26)
* Add `ttf-dejavu` package
## 1.43-RC3 (2018/09/24)
* Set default port for `MEMCACHED_PORT` and `RRDCACHED_PORT`

View file

@ -64,10 +64,10 @@ RUN apk --update --no-cache add \
shadow \
supervisor \
syslog-ng \
ttf-dejavu \
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/* \