mirror of
https://github.com/linuxserver/docker-shellcheck.git
synced 2026-02-20 00:56:23 +08:00
add tzdata package
This commit is contained in:
parent
93c6dd7da5
commit
02abde5715
@ -19,9 +19,13 @@ ARG BUILD_PACKAGES="\
|
||||
cabal-install \
|
||||
git"
|
||||
|
||||
# install build packages
|
||||
# install runtime packages
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
tzdata && \
|
||||
|
||||
# install build packages
|
||||
apt-get install -y \
|
||||
$BUILD_PACKAGES && \
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user