diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 2daeb02..6e678ef 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -12,6 +12,7 @@ COPY ./actix/target/armv7-unknown-linux-musleabihf/release/chhoto-url /chhoto-ur ARG TARGETARCH FROM builder-$TARGETARCH +RUN apk add --no-cache tzdata COPY ./resources /resources ENTRYPOINT ["/chhoto-url"]