Skip to content

Commit

Permalink
Add setuptools_rust
Browse files Browse the repository at this point in the history
  • Loading branch information
shaior committed Jan 28, 2025
1 parent 4402938 commit c7fd092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ RUN dnf -y install \
python3-pip \
&& dnf clean all

# Upgrade pip3
RUN pip3 install --upgrade pip

# Install ansible and ansible-lint
RUN pip3 install --no-cache-dir \
setuptools_rust \
ansible \
ansible-lint

Expand Down

0 comments on commit c7fd092

Please sign in to comment.