1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-26 19:55:32 +00:00

Fix tzdata issue with Alpine (#143)

This commit is contained in:
CrazyMax 2020-11-22 18:24:07 +01:00
parent 49b492579b
commit ea17037275
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 1.69-RC3 (2020/11/22)
* Fix tzdata issue with Alpine (#143)
## 1.69-RC2 (2020/11/04)
* Do not set default value for `RRDCACHED_SERVER`

View file

@ -65,11 +65,9 @@ RUN apk --update --no-cache add \
su-exec \
syslog-ng=3.27.1-r0 \
ttf-dejavu \
tzdata \
util-linux \
whois \
# FIXME: Remove when tzdata package updated on Alpine stable to 2020d-r0 (https://github.com/librenms/docker/issues/143)
&& apk --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main add \
tzdata \
&& apk --update --no-cache add -t build-dependencies \
build-base \
make \