mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 18:25:09 +00:00
Temp fix for tzdata package (#143)
This commit is contained in:
parent
0c3e84d931
commit
49b492579b
1 changed files with 3 additions and 1 deletions
|
|
@ -65,9 +65,11 @@ 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