Skip to content

Commit

Permalink
Dockerfile: Add sshpass
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Sep 20, 2023
1 parent d00f400 commit 6dee5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . /postgresql_cluster
RUN apt-get clean && rm -rf /var/lib/apt/lists/partial \
&& apt-get update -o Acquire::CompressionTypes::Order::=gz \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
ca-certificates gnupg git python3 python3-pip keychain ssh-client \
ca-certificates gnupg git python3 python3-pip keychain ssh-client sshpass \
&& pip3 install --no-cache-dir \
ansible==8.4.0 \
boto3==1.28.49 \
Expand Down

0 comments on commit 6dee5f1

Please sign in to comment.