Skip to content

Commit

Permalink
chore: add paramiko to image
Browse files Browse the repository at this point in the history
  • Loading branch information
wastrachan committed Apr 4, 2024
1 parent 1d6c531 commit c4e5090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ EOF
COPY overlay/ /
RUN <<EOF
set -eux
chown -R ansible:ansible /home/ansible
pip install -r /opt/buildpack/requirements.txt
su -c "ansible-galaxy collection install -r /opt/buildpack/requirements.yaml" ansible
EOF
Expand Down
1 change: 1 addition & 0 deletions overlay/opt/buildpack/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
ansible
ansible-pylibssh
ansible-lint
paramiko

# Match arista.avd collection requirements
# https://github.com/aristanetworks/avd/blob/v4.6.0/ansible_collections/arista/avd/requirements.txt
Expand Down

0 comments on commit c4e5090

Please sign in to comment.