diff --git a/Dockerfile b/Dockerfile index a1eab9e..7e770eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM python:3.14.7-alpine3.24 - +RUN apk update && \ + apk add ipmitool ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1