diff --git a/Dockerfile b/Dockerfile index 6dbeb80..fa75269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG GO_VERSION=alpine FROM golang:${GO_VERSION} -RUN apk --no-cache upgrade && apk --no-cache add rsync openssh-client git wget curl coreutils bash brotli ca-certificates dpkg sed grep findutils tar gzip bzip2 python3 zstd +RUN apk --no-cache upgrade && apk --no-cache add rsync openssh-client git wget curl coreutils bash brotli ca-certificates dpkg sed grep findutils tar gzip bzip2 python3 zstd jq # Provide git-tools package from upstream RUN git clone https://github.com/MestreLion/git-tools.git /opt/git-tools