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"