🐛 Bug修复
Ubuntu System Information / show-system-info (push) Successful in 38s
Details
Ubuntu System Information / show-system-info (push) Successful in 38s
Details
This commit is contained in:
parent
0e89b21c41
commit
eaedcd3bb2
|
|
@ -62,10 +62,10 @@ jobs:
|
|||
- name: 显示网络信息
|
||||
run: |
|
||||
echo "===== 网络接口 ====="
|
||||
ip addr show
|
||||
cat /proc/net/dev
|
||||
echo ""
|
||||
echo "===== 路由表 ====="
|
||||
ip route show
|
||||
cat /proc/net/route
|
||||
echo ""
|
||||
echo "===== DNS 配置 ====="
|
||||
cat /etc/resolv.conf
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@ RUN pacman -Syu --noconfirm && \
|
|||
supervisor \
|
||||
qemu-user-static \
|
||||
qemu-user-static-binfmt \
|
||||
docker \
|
||||
docker-buildx \
|
||||
&& pacman -Scc --noconfirm
|
||||
|
||||
# AUR 用户(paru 需非 root 运行)
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
|
|||
jq \
|
||||
python3 \
|
||||
python3-yaml \
|
||||
lsb-release \
|
||||
supervisor \
|
||||
ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue