Install alpine psutil

This commit is contained in:
Simon Gruber
2025-12-14 20:19:17 +01:00
parent aab94a309d
commit 0e05bf1c54
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED=1 \
RUN --mount=type=cache,target=/var/cache/apk,sharing=locked \
apk add --no-cache \
docker-cli \
py3-psutil \
ca-certificates
WORKDIR /app
-1
View File
@@ -1,2 +1 @@
docker>=7.0.0
psutil>=5.9.0