zip, unzip, wget, tar, gzip, xz, rsync
This commit is contained in:
+14
-1
@@ -1,5 +1,18 @@
|
||||
FROM node:24-bookworm
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends ca-certificates curl git bash jq && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
git \
|
||||
bash \
|
||||
curl \
|
||||
wget \
|
||||
jq \
|
||||
zip \
|
||||
unzip \
|
||||
file \
|
||||
tar \
|
||||
gzip \
|
||||
xz-utils \
|
||||
rsync && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
Reference in New Issue
Block a user