Skip to content

Commit

Permalink
chore: added install ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT authored Nov 21, 2023
1 parent 159f0a2 commit 86ec149
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 @@ -8,7 +8,7 @@ COPY tester.py /tester.py

RUN apt update && \
apt install -y openssh-client git && \
python3 -m pip --no-cache-dir install ansible-core==2.15.2 ansible-compat==4.1.5 testinfra==6.0.0 && \
python3 -m pip --no-cache-dir install ansible-core==2.15.2 ansible-compat==4.1.5 testinfra==6.0.0 ansible-lint==6.22.0 && \
rm -rf /var/lib/apt/lists/* && \
mkdir /root/.ssh && \
ansible-galaxy collection install community.general ansible.posix
Expand Down

0 comments on commit 86ec149

Please sign in to comment.