Skip to content

Commit

Permalink
Make sure tzdata is installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Oct 4, 2019
1 parent 75d7092 commit cbdaf8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ RUN \
del-pkg build-dependencies && \
rm -rf /tmp/* /tmp/.[!.]*

# Install system packages.
RUN \
add-pkg \
# For timezone support
tzdata

# Make sure VERSION_CODENAME is set in /etc/os-release.
RUN \
if ! grep -q "^VERSION_CODENAME=" /etc/os-release; then \
Expand Down

0 comments on commit cbdaf8c

Please sign in to comment.