Install ansible with pip and use version 2.4.3.0
This commit is contained in:
parent
99c8ca9e1a
commit
83cc71a599
1 changed files with 19 additions and 6 deletions
|
|
@ -1,12 +1,25 @@
|
|||
FROM docker:dind
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ansible \
|
||||
mktorrent \
|
||||
openssh-client \
|
||||
rsync \
|
||||
squashfs-tools \
|
||||
ca-certificates
|
||||
ca-certificates \
|
||||
libffi \
|
||||
mktorrent \
|
||||
openssh-client \
|
||||
openssl \
|
||||
python2 \
|
||||
rsync \
|
||||
squashfs-tools \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
gcc \
|
||||
libffi-dev \
|
||||
make \
|
||||
musl-dev \
|
||||
openssl-dev \
|
||||
py2-pip \
|
||||
python-dev \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install ansible==2.4.3.0 \
|
||||
&& apk del .build-deps
|
||||
|
||||
ARG PACKER_VERSION
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue