This commit is contained in:
parent
2d016927c4
commit
d7814b2c44
@ -11,7 +11,7 @@ COPY conf/dnf.conf /etc/dnf/dnf.conf
|
|||||||
COPY python/requirements.txt /tmp/requirements.txt
|
COPY python/requirements.txt /tmp/requirements.txt
|
||||||
|
|
||||||
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
|
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
|
||||||
RUN dnf install -y python3-pip git
|
RUN dnf install -y python3-pip git \
|
||||||
&& pip install pip --upgrade \
|
&& pip install pip --upgrade \
|
||||||
&& pip install -r /tmp/requirements.txt
|
&& pip install -r /tmp/requirements.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user