Skip to content

Commit

Permalink
Add zstd package
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas2500 authored May 30, 2024
1 parent c8cf88d commit 886b2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
MAINTAINER Thomas Bella <[email protected]>

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
Expand Down

0 comments on commit 886b2f4

Please sign in to comment.