Revert "Install alpine psutil"

This reverts commit 0e05bf1c54.
This commit is contained in:
Simon Gruber
2025-12-14 20:21:30 +01:00
parent 0e05bf1c54
commit 7e2dd3c407
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -10,7 +10,6 @@ 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 +1,2 @@
docker>=7.0.0
psutil>=5.9.0