From 349c25f9c98b4d58087641098055832413d1e9ea Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 16 Jul 2025 00:38:03 -0400 Subject: [PATCH] added tar and zstd --- latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 619deaf..ba56855 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -1,7 +1,7 @@ FROM node:alpine3.22 # Install extras -RUN apk add --no-cache bash curl git coreutils uv just +RUN apk add --no-cache bash curl git coreutils uv just tar zstd # ensure UV on path ENV PATH="/root/.local/bin:$PATH"