Skip to content

Commit

Permalink
fix(ansible): Add tar package for ansible unarchive module (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: adcg <guillaume.audic@cnieg.fr>
  • Loading branch information
audig and adcg authored Jul 8, 2022
1 parent fa0f7fa commit a59e63d
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 @@ -2,6 +2,6 @@ FROM alpine:3.16

ARG ANSIBLE_VERSION

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

RUN pip install dnspython

0 comments on commit a59e63d

Please sign in to comment.