Fix pip not being present in builder
This commit is contained in:
parent
d684b888a5
commit
bff3b42838
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ RUN apk add --no-cache \
|
|||
make \
|
||||
musl-dev \
|
||||
openssl-dev \
|
||||
py3-pip \
|
||||
python3-dev \
|
||||
&& pip3 install --upgrade pip \
|
||||
&& pip3 install ansible=="$ANSIBLE_VERSION" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue