Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
fix pip install dnspython
  • Loading branch information
alegeay authored Aug 1, 2024
1 parent bae2f2d commit ab88129
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 @@ -4,4 +4,4 @@ ARG ANSIBLE_VERSION

RUN apk update && apk add git ansible=$ANSIBLE_VERSION openssh-client py3-pip tar openssl

RUN pip install dnspython
RUN pip install dnspython --break-system-packages

0 comments on commit ab88129

Please sign in to comment.