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:
parent
49b492579b
commit
ea17037275
2 changed files with 5 additions and 3 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue