fix
This commit is contained in:
@@ -21,6 +21,7 @@ RUN set -eux; \
|
|||||||
unzip \
|
unzip \
|
||||||
psmisc \
|
psmisc \
|
||||||
procps \
|
procps \
|
||||||
|
strace \
|
||||||
; \
|
; \
|
||||||
update-ca-certificates; \
|
update-ca-certificates; \
|
||||||
case "${BUILD_ARCH}" in \
|
case "${BUILD_ARCH}" in \
|
||||||
|
|||||||
@@ -12,5 +12,4 @@ bashio::log.info "Configuring timezone (${TZ:-None})..."
|
|||||||
ln --symbolic --no-dereference --force "/usr/share/zoneinfo/${TZ:-UTC}" /etc/localtime
|
ln --symbolic --no-dereference --force "/usr/share/zoneinfo/${TZ:-UTC}" /etc/localtime
|
||||||
echo "${TZ:-UTC}" > /etc/timezone
|
echo "${TZ:-UTC}" > /etc/timezone
|
||||||
ls -al /var/cache/debconf
|
ls -al /var/cache/debconf
|
||||||
debconf-show tzdata
|
strace dpkg-reconfigure --frontend noninteractive tzdata
|
||||||
dpkg-reconfigure --frontend noninteractive tzdata
|
|
||||||
Reference in New Issue
Block a user