zip, unzip, wget, tar, gzip, xz, rsync
This commit is contained in:
+17
-1
@@ -1,6 +1,22 @@
|
||||
FROM python:3.14-bookworm
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends ca-certificates curl gnupg bash git build-essential pkg-config python3-dev jq && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
gnupg \
|
||||
bash \
|
||||
git \
|
||||
build-essential \
|
||||
pkg-config \
|
||||
python3-dev \
|
||||
curl \
|
||||
wget \
|
||||
jq \
|
||||
zip \
|
||||
unzip \
|
||||
tar \
|
||||
gzip \
|
||||
xz-utils \
|
||||
rsync && \
|
||||
mkdir -p /etc/apt/keyrings && \
|
||||
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
|
||||
| gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
|
||||
|
||||
Reference in New Issue
Block a user