Skip to content

Commit

Permalink
Add tzdata so LS can be timezone-aware.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed May 14, 2019
1 parent d34c9a8 commit 3910ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN echo $TZ > /etc/timezone \
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends \
# Base packages
curl git ca-certificates \
curl git ca-certificates tzdata \
# Icecast
libxml2 libxslt1-dev libvorbis-dev \
# Liquidsoap
Expand Down

0 comments on commit 3910ac5

Please sign in to comment.