摘要: 下面是dockerfile内容: FROM debian:bullseye # 切换apt源为清华源,并安装vim ping telnet命令 RUN apt-get update && apt install -y apt-transport-https ca-certificates && \ 阅读全文
posted @ 2023-07-14 11:03 高佳丰 阅读(359) 评论(0) 推荐(0) 编辑