diff --git a/Dockerfile b/Dockerfile index 88cac56..943a067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM python:3.12-alpine3.22 RUN apk update --no-cache \ && apk add --no-cache git \ - dbus-python + py3-dbus COPY --from=builder --chown=app:app /app/.venv /app/.venv COPY --from=builder --chown=app:app /app/src /app/src