Skip to content

Commit

Permalink
fix(build): pipx and hvac
Browse files Browse the repository at this point in the history
  • Loading branch information
ironashram authored Nov 29, 2024
1 parent de74452 commit cb2f1ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ RUN apt-get update && \
dumb-init \
git \
inetutils-ping \
python3-hvac \
pipx \
unzip \
vim \
wget

# Install Ansible and hvac Python packages
RUN pipx install ansible==${ANSIBLE_VERSION} \
&& pipx install hvac
RUN pipx ensurepath &&
pipx install --include-deps ansible==${ANSIBLE_VERSION}

# Install Helm
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 \
Expand Down

0 comments on commit cb2f1ca

Please sign in to comment.