Sign inSign up

irepoing/ubuntu

By irepoing

Updated over 2 years ago

Image
0

177

irepoing/ubuntu repository overview

ubuntu

base

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"]

Tag summary

Content type

Image

Digest

sha256:224ee8659

Size

124.6 MB

Last updated

over 2 years ago

docker pull irepoing/ubuntu:base