mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Dockerfile: install tzdata apt package
This commit is contained in:
parent
c0b9167642
commit
03028d57ce
@ -20,6 +20,7 @@ RUN apt-get update \
|
|||||||
patch \
|
patch \
|
||||||
sudo \
|
sudo \
|
||||||
uuid-runtime \
|
uuid-runtime \
|
||||||
|
tzdata \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN localedef -i en_US -f UTF-8 en_US.UTF-8 \
|
RUN localedef -i en_US -f UTF-8 en_US.UTF-8 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user