This commit is contained in:
xiongdian.me 2023-04-28 18:08:24 +08:00
parent 9cf9efbdb7
commit f88c3dba56

View File

@ -5,5 +5,7 @@ RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& sed -i "s@http://.*archive.ubuntu.com@http://192.168.16.201/mirrors@g" /etc/apt/sources.list \
&& apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
build-essential cmake openssh-server git-all sudo ssh sshpass pciutils \
python3 python3-dev python3-pip curl ca-certificates \
python3 python3-dev python3-pip curl ca-certificates vim zsh tmux bash \
inetutils-ping less wget dialog net-tools dnsutils netcat traceroute \
cron htop zip \
&& rm -rf /var/lib/apt/list/*