From 8b2f7fd2f9ff9e9da65866ea1065f9c5c66df427 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 12 Jan 2024 22:00:05 +0200 Subject: [PATCH] Workbench: Add sdbus-notifications. Send notifications from Python. --- workbench/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/workbench/Dockerfile b/workbench/Dockerfile index ceaf053..0de3a25 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -228,6 +228,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \ remarshal \ requests \ rich-cli \ + sdbus-notifications \ sh \ sqlite-utils \ template \ -- GitLab