mirror of
https://github.com/linuxserver/docker-baseimage-ubuntu.git
synced 2026-04-27 00:00:54 +08:00
Merge pull request #9 from linuxserver/tzdata_package
Add tzdata package
This commit is contained in:
commit
3273dadb8b
@ -24,7 +24,8 @@ RUN \
|
||||
|
||||
# install packages
|
||||
apt-get install -y \
|
||||
curl && \
|
||||
curl \
|
||||
tzdata && \
|
||||
|
||||
# generate locale
|
||||
locale-gen en_US.UTF-8 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user