Skip to content

Commit

Permalink
add sshpass apt package to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenice authored Apr 2, 2019
1 parent b97bba8 commit b90db80
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 @@ -17,7 +17,7 @@ ENV PROJECT_BASE=${RDECK_BASE}/projects/Test-Project
# base image already installed: curl, openjdk-8-jdk-headless, ssh-client, sudo, uuid-runtime, wget
# (see https://github.com/rundeck/rundeck/blob/master/docker/ubuntu-base/Dockerfile)
RUN sudo apt-get -y update \
&& sudo apt-get -y --no-install-recommends install ca-certificates python3-pip \
&& sudo apt-get -y --no-install-recommends install ca-certificates python3-pip sshpass \
&& sudo -H pip3 --no-cache-dir install --upgrade pip setuptools \
# https://pypi.org/project/ansible/#history
&& sudo -H pip3 --no-cache-dir install ansible==2.7.9 \
Expand Down

0 comments on commit b90db80

Please sign in to comment.