Skip to content

Commit

Permalink
chore: replace k8s collection to community
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT committed Feb 26, 2024
1 parent 0846c77 commit b4716ba
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 @@ -11,7 +11,7 @@ RUN apt update && \
python3 -m pip --no-cache-dir install ansible-core==2.15.2 ansible-compat==4.1.5 testinfra==6.0.0 ansible-lint==6.18.0 && \
rm -rf /var/lib/apt/lists/* && \
mkdir /root/.ssh && \
ansible-galaxy collection install community.general community.docker ansible.posix kubernetes.core
ansible-galaxy collection install community.general community.docker ansible.posix community.kubernetes

COPY ssh_config /etc/ssh/

Expand Down

0 comments on commit b4716ba

Please sign in to comment.