Compare commits

...

2 Commits

Author SHA1 Message Date
sidneyprins 8bea394a51
Merge 5b37234006 into a0c30df25b 2025-10-16 22:09:36 -04:00
Sidney Prins 5b37234006
Update ubuntu 22.04 images to have the same software as 20.04 2025-04-28 16:39:07 +02:00
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