diff --git a/Dockerfile b/Dockerfile index f7e317b..54f446a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN wget -O /usr/local/bin/dasel https://github.com/TomWright/dasel/releases/dow RUN chmod +x /usr/local/bin/dasel # Add system packages -RUN apk add --update nodejs npm curl jq lz4 vim \ No newline at end of file +RUN apk add --update nodejs npm curl jq lz4 vim zstd \ No newline at end of file