Add procps(-ng)
All checks were successful
Docker Build Pipeline / Cleanup-Old-Artifacts (push) Successful in 1s
Docker Build Pipeline / Check-Environment (push) Successful in 38s
Docker Build Pipeline / Clone-Repo (push) Successful in 1s
Docker Build Pipeline / Build-Images (push) Successful in 5m25s
Docker Build Pipeline / Push-Images (push) Successful in 2m42s
Docker Build Pipeline / Cleanup-Build-Images (push) Successful in 0s
Docker Build Pipeline / Cleanup-Docker-Login (push) Successful in 0s

This commit is contained in:
2025-01-15 01:17:28 -05:00
parent 8938014ddb
commit fb48374b70
3 changed files with 6 additions and 5 deletions

View File

@ -12,7 +12,7 @@ COPY python/requirements.txt /tmp/requirements.txt
RUN apt update \
&& apt dist-upgrade -y \
&& apt autoremove --purge -y \
&& apt install -y python3-pip git systemd nodejs tree \
&& apt install -y python3-pip git systemd nodejs tree procps \
&& pip install pip --upgrade --break-system-packages \
&& pip install -r /tmp/requirements.txt --break-system-packages