added tar and zstd
This commit is contained in:
parent
1e445d1090
commit
349c25f9c9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue