diff --git a/.drone.yml b/.drone.yml index e6c623c..c25f824 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,7 +52,7 @@ steps: # 第一步:准备环境并安装依赖 - name: install-dependencies - image: node:18-bullseye + image: node:18-bullseye-slim commands: - apt-get update && apt-get install -y iproute2 - ip -V