Add tree to the container builds
All checks were successful
Docker Build Pipeline / Cleanup-Old-Artifacts (push) Successful in 1s
Docker Build Pipeline / Check-Environment (push) Successful in 1s
Docker Build Pipeline / Clone-Repo (push) Successful in 1s
Docker Build Pipeline / Build-Images (push) Successful in 5m2s
Docker Build Pipeline / Push-Images (push) Successful in 4m22s
Docker Build Pipeline / Cleanup-Build-Images (push) Successful in 17s
Docker Build Pipeline / Cleanup-Docker-Login (push) Successful in 0s

This commit is contained in:
2024-12-21 23:23:35 -05:00
parent c0fdbcf84a
commit 8938014ddb
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ COPY python/requirements.txt /tmp/requirements.txt
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
RUN dnf update -y \
&& dnf install -y python3-pip git systemd nodejs \
&& dnf install -y python3-pip git systemd nodejs tree \
&& pip install pip --upgrade \
&& pip install -r /tmp/requirements.txt