diff --git a/Dockerfile b/Dockerfile index b314c0a..c66dd8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,7 @@ COPY ./*-bili-sync-rs ./targets/ RUN apk update && apk add --no-cache \ ca-certificates \ tzdata \ - ffmpeg \ - && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ - && echo "Asia/Shanghai" > /etc/timezone \ - && apk del tzdata + ffmpeg RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ mv ./targets/Linux-x86_64-bili-sync-rs ./bili-sync-rs; \