Compare commits
2 Commits
9892e5b176
...
8bea394a51
| Author | SHA1 | Date |
|---|---|---|
|
|
8bea394a51 | |
|
|
5b37234006 |
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue