mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-24 22:15:45 +03:00
Use zoneinfo from Go
This commit is contained in:
parent
eefa553100
commit
c6a6f05b1b
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ RUN apk --update --no-cache add \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
libcap \
|
libcap \
|
||||||
libressl \
|
libressl \
|
||||||
tzdata \
|
|
||||||
&& rm -rf /tmp/* /var/cache/apk/*
|
&& rm -rf /tmp/* /var/cache/apk/*
|
||||||
|
|
||||||
COPY --from=builder --chown=nobody:nogroup /app/AdGuardHome /opt/adguardhome/AdGuardHome
|
COPY --from=builder --chown=nobody:nogroup /app/AdGuardHome /opt/adguardhome/AdGuardHome
|
||||||
|
|
Loading…
Reference in a new issue