Skip to content

Commit

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

# Install Ansible and hvac Python packages
RUN pip3 install ansible==${ANSIBLE_VERSION} \
&& pip3 install hvac
RUN pipx install ansible==${ANSIBLE_VERSION} \
&& pipx install hvac

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

0 comments on commit de74452

Please sign in to comment.