1
0
Fork 0
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:
CrazyMax 2020-11-19 03:39:37 +01:00
parent 0c3e84d931
commit 49b492579b
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -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 \