1
0

Use manual timezone setup instead of installing alpine-conf.

This commit is contained in:
Markus Birth 2016-05-26 12:19:21 +02:00
parent 4f782d1103
commit b4983c4e8c

View File

@ -8,7 +8,8 @@ LABEL description="Subsonic media streamer"
RUN apk upgrade -U \
&& apk add ca-certificates ffmpeg lame tzdata \
&& setup-timezone -z ${TZ} \
&& cp /usr/share/zoneinfo/${TZ} /etc/localtime \
&& echo "${TZ}" > /etc/timezone \
&& apk del tzdata \
&& rm -rf /var/cache/* \
&& mkdir -p /data/transcode /music/ /playlists/ /podcasts/ \