diff --git a/build/Dockerfile-amd64 b/build/Dockerfile-amd64 index 0253426..152ba6f 100644 --- a/build/Dockerfile-amd64 +++ b/build/Dockerfile-amd64 @@ -8,6 +8,7 @@ RUN apt-get update \ && apt-get install sudo -y \ && apt-get install git -y \ && apt-get install curl -y \ + && apt-get install sshpass -y \ && apt-get install python3-minimal -y \ && apt-get install python3-pip -y \ && curl -s -O https://deb.nodesource.com/node_12.x/pool/main/n/nodejs/nodejs_12.20.2-deb-1nodesource1_amd64.deb \ diff --git a/build/Dockerfile-arm32v7 b/build/Dockerfile-arm32v7 index b0ca698..96e8def 100644 --- a/build/Dockerfile-arm32v7 +++ b/build/Dockerfile-arm32v7 @@ -8,6 +8,7 @@ RUN apt-get update \ && apt-get install sudo -y \ && apt-get install git -y \ && apt-get install curl -y \ + && apt-get install sshpass -y \ && apt-get install python3-minimal -y \ && apt-get install python3-pip -y \ && apt-get install libatomic1 -y \