zip, unzip, wget, tar, gzip, xz, rsync
This commit is contained in:
+16
-1
@@ -1,5 +1,20 @@
|
||||
FROM node:24-bookworm-slim
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends docker.io bash git ca-certificates curl gnupg jq && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
docker.io \
|
||||
bash \
|
||||
git \
|
||||
ca-certificates \
|
||||
gnupg \
|
||||
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