Dockerfile: update
This commit is contained in:
parent
6373f6e890
commit
4a1be4f6d3
@ -19,13 +19,11 @@ RUN apk add --update --no-cache curl binutils \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
# Install system dependencies
|
||||
RUN apk add --no-cache python3 py3-pip jq \
|
||||
RUN apk add --no-cache git python3 py3-pip jq \
|
||||
&& pip3 install --upgrade pip \
|
||||
&& pip3 install hvac jinja2 ansible ansible-lint \
|
||||
&& ansible-galaxy collection install community.hashi_vault
|
||||
|
||||
# Install ansible-lint
|
||||
|
||||
# Set work directory
|
||||
WORKDIR /src
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user