FROM irepoing/ubuntu:20
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update -y && apt install -y procps less curl wget telnet vim zip unzip git net-tools iputils-ping lsof tcpdump strace traceroute \
&& apt install -y tzdata && \cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& apt autoremove && apt autoclean && apt clean
CMD ["bash"]
Content type
Image
Digest
sha256:224ee8659…
Size
124.6 MB
Last updated
over 2 years ago
docker pull irepoing/ubuntu:base