zip, unzip, wget, tar, gzip, xz, rsync
This commit is contained in:
@@ -1,2 +1,17 @@
|
||||
FROM node:24-alpine
|
||||
RUN apk add --no-cache python3 py3-pip py3-virtualenv git bash ca-certificates curl jq
|
||||
RUN apk add --no-cache python3 \
|
||||
py3-pip \
|
||||
py3-virtualenv \
|
||||
git \
|
||||
bash \
|
||||
ca-certificates \
|
||||
curl \
|
||||
wget \
|
||||
jq \
|
||||
zip \
|
||||
unzip \
|
||||
file \
|
||||
tar \
|
||||
gzip \
|
||||
xz \
|
||||
rsync
|
||||
Reference in New Issue
Block a user