diff --git a/Dockerfile b/Dockerfile index 7aada35..2051000 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM debian:bookworm AS base ENV PATH=/root/.zetacored/cosmovisor/current/bin/:${PATH} RUN apt update && \ - apt install -y ca-certificates curl jq && \ + apt install -y ca-certificates curl jq lz4 && \ rm -rf /var/lib/apt/lists/* COPY --from=base-build /go/bin/cosmovisor /go/bin/go-getter /go/bin/dl-pipe /usr/local/bin @@ -28,4 +28,4 @@ RUN apt update && \ RUN ARCH=$( [ "$TARGETARCH" = "amd64" ] && echo "x86_64" || echo "$TARGETARCH" ) && \ curl -L https://github.com/zeta-chain/cosmprund/releases/download/v0.2.0-zeta/cosmprund_Linux_${ARCH}.tar.gz | tar xz -C /usr/local/bin/ cosmprund &&\ - chmod +x /usr/local/bin/cosmprund \ No newline at end of file + chmod +x /usr/local/bin/cosmprund