add systemd install
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-10 00:33:44 -05:00
parent 9ca543f59b
commit 20fbef9167
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ COPY conf/dnf.conf /etc/dnf/dnf.conf
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 \
RUN dnf install -y python3-pip git systemd \
&& pip install pip --upgrade \
&& pip install -r /tmp/requirements.txt