Skip to content

Commit

Permalink
added sshpass to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
shukriadams committed Nov 8, 2021
1 parent b1d032e commit a4a6b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions build/Dockerfile-arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a4a6b60

Please sign in to comment.