Skip to content

Commit

Permalink
Merge pull request #4 from cnieg/install-pip
Browse files Browse the repository at this point in the history
feat(dockerfile): Install pip
  • Loading branch information
audig authored Mar 17, 2022
2 parents feb7b11 + 5fe85c4 commit 7a6a182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM alpine:3.15

ARG ANSIBLE_VERSION

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

RUN apk add py3-dnspython
RUN pip install dnspython

0 comments on commit 7a6a182

Please sign in to comment.