We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fd092 commit c69d5beCopy full SHA for c69d5be
.ci-operator.yaml
@@ -0,0 +1,4 @@
1
+image_stream_tag:
2
+ name: telco-bastion
3
+ namespace: ci
4
+ tag: latest
Containerfile
@@ -6,12 +6,9 @@ RUN dnf -y install \
6
python3-pip \
7
&& dnf clean all
8
9
-# Upgrade pip3
10
-RUN pip3 install --upgrade pip
11
-
12
# Install ansible and ansible-lint
13
-RUN pip3 install --no-cache-dir \
14
- setuptools_rust \
+RUN pip3 install --upgrade pip && \
+ pip3 install --no-cache-dir \
15
ansible \
16
ansible-lint
17
0 commit comments