Skip to content

Commit

Permalink
chore: added install git
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT authored Nov 19, 2023
1 parent b09c0f0 commit cd06570
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 @@ -7,7 +7,7 @@ COPY entrypoint.sh /entrypoint.sh
COPY tester.py /tester.py

RUN apt update && \
apt install -y openssh-client && \
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 && \
rm -rf /var/lib/apt/lists/* && \
mkdir /root/.ssh && \
Expand Down

0 comments on commit cd06570

Please sign in to comment.