Skip to content

Commit

Permalink
Added sshpass (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
s2504s authored and const-bon committed Sep 8, 2017
1 parent 1eccc26 commit f94af56
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 @@ -3,7 +3,7 @@ FROM alpine:3.4
RUN apk update \
&& apk add unzip curl tar \
python make bash vim jq \
openssl openssh-client iputils drill \
openssl openssh-client sshpass iputils drill \
gcc libffi-dev python-dev musl-dev openssl-dev py-virtualenv \
git coreutils less groff bash-completion && \
mkdir /etc/bash_completion.d/
Expand Down

0 comments on commit f94af56

Please sign in to comment.