mirror of
https://github.com/librenms/docker.git
synced 2026-07-25 19:23:58 +00:00
Update CHANGELOG
This commit is contained in:
parent
76a68aa562
commit
e53856e09f
2 changed files with 5 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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/* \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue