added tar and zstd

This commit is contained in:
Daniel Fichtinger 2025-07-16 00:38:03 -04:00
parent 1e445d1090
commit 349c25f9c9

View file

@ -1,7 +1,7 @@
FROM node:alpine3.22 FROM node:alpine3.22
# Install extras # 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 # ensure UV on path
ENV PATH="/root/.local/bin:$PATH" ENV PATH="/root/.local/bin:$PATH"