diff --git a/Dockerfile b/Dockerfile index 85683d9..b346ebe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest MAINTAINER Thomas Bella -RUN apk --no-cache upgrade && apk --no-cache add rsync openssh-client git wget curl dpkg sed grep coreutils findutils tar brotli python3 +RUN apk --no-cache upgrade && apk --no-cache add rsync openssh-client git wget curl dpkg sed grep coreutils findutils tar brotli python3 zstd # Provide git-tools package from upstream RUN git clone https://github.com/MestreLion/git-tools.git /opt/git-tools