FROM ubuntu:22.04
RUN apt update && apt install -y \
net-tools \
iproute2 \
iputils-ping \
git \
curl \
dnsutils \
unzip \
vim \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/bin/sleep", "infinity"]
Content type
Image
Digest
sha256:a361e52b5…
Size
88.6 MB
Last updated
over 3 years ago
docker pull zuiurs/debug