From 886b2f4dbdfd220824d6f7233f325a49c06078c8 Mon Sep 17 00:00:00 2001 From: Thomas Bella Date: Thu, 30 May 2024 13:04:21 +0200 Subject: [PATCH] Add zstd package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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