Skip to content

Commit 9abd7ac

Browse files
committed
Add setuptools_rust
1 parent 4402938 commit 9abd7ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Containerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ RUN dnf -y install \
77
&& dnf clean all
88

99
# Install ansible and ansible-lint
10-
RUN pip3 install --no-cache-dir \
10+
RUN pip3 install --upgrade pip \
11+
pip3 install --no-cache-dir \
12+
setuptools_rust \
1113
ansible \
1214
ansible-lint
1315

0 commit comments

Comments
 (0)