Browse Source

fix(ci): add curl procps tool for base image (#1359)

Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>
superxan 2 years atrás
parent
commit
6889e4a2c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/dockerfile/Dockerfile.debian

+ 1 - 1
.github/dockerfile/Dockerfile.debian

@@ -17,7 +17,7 @@ FROM debian:stretch
 ARG GO_VERSION=1.18.5
 
 RUN apt update \
-    && apt install -y make wget git zip upx pkg-config libczmq-dev build-essential debhelper jq zip
+    && apt install -y make wget git curl procps zip upx pkg-config libczmq-dev build-essential debhelper jq zip
 
 RUN case $(dpkg --print-architecture) in \
         arm|armhf|armv7) \