This commit is contained in:
sidneyprins 2025-10-27 21:29:39 -05:00 committed by GitHub
commit 9892e5b176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 65 additions and 0 deletions

View File

@ -20,17 +20,39 @@ RUN apt-get update -y \
&& add-apt-repository -y ppa:git-core/ppa \ && add-apt-repository -y ppa:git-core/ppa \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
build-essential \
curl \ curl \
ca-certificates \ ca-certificates \
dnsutils \
ftp \
git \ git \
iproute2 \ iproute2 \
iputils-ping \
iptables \ iptables \
jq \ jq \
libunwind8 \
locales \
netcat \
net-tools \
openssh-client \
parallel \
python3-pip \
rsync \
shellcheck \
software-properties-common \
sudo \ sudo \
telnet \
time \
tzdata \
uidmap \ uidmap \
unzip \ unzip \
upx \
wget \
zip \ zip \
zstd \
fuse-overlayfs \ fuse-overlayfs \
&& ln -sf /usr/bin/python3 /usr/bin/python \
&& ln -sf /usr/bin/pip3 /usr/bin/pip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Download latest git-lfs version # Download latest git-lfs version

View File

@ -17,15 +17,37 @@ RUN apt-get update -y \
&& add-apt-repository -y ppa:git-core/ppa \ && add-apt-repository -y ppa:git-core/ppa \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
build-essential \
curl \ curl \
ca-certificates \ ca-certificates \
dnsutils \
ftp \
git \ git \
iproute2 \
iputils-ping \
iptables \ iptables \
jq \ jq \
libunwind8 \
locales \
netcat \
net-tools \
openssh-client \
parallel \
python3-pip \
rsync \
shellcheck \
software-properties-common \ software-properties-common \
sudo \ sudo \
telnet \
time \
tzdata \
unzip \ unzip \
upx \
wget \
zip \ zip \
zstd \
&& ln -sf /usr/bin/python3 /usr/bin/python \
&& ln -sf /usr/bin/pip3 /usr/bin/pip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Download latest git-lfs version # Download latest git-lfs version

View File

@ -17,13 +17,34 @@ RUN apt-get update -y \
&& add-apt-repository -y ppa:git-core/ppa \ && add-apt-repository -y ppa:git-core/ppa \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
build-essential \
curl \ curl \
ca-certificates \ ca-certificates \
dnsutils \
ftp \
git \ git \
iproute2 \
iputils-ping \
jq \ jq \
libunwind8 \
locales \
netcat \
openssh-client \
parallel \
python3-pip \
rsync \
shellcheck \
sudo \ sudo \
telnet \
time \
tzdata \
unzip \ unzip \
upx \
wget \
zip \ zip \
zstd \
&& ln -sf /usr/bin/python3 /usr/bin/python \
&& ln -sf /usr/bin/pip3 /usr/bin/pip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Download latest git-lfs version # Download latest git-lfs version