fix: install dbus
This commit is contained in:
parent
da2c08e83e
commit
96526cd53d
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|||
FROM python:3.12-alpine3.22
|
||||
|
||||
RUN apk update --no-cache \
|
||||
&& apk add --no-cache git
|
||||
&& apk add --no-cache git \
|
||||
dbus-python
|
||||
|
||||
COPY --from=builder --chown=app:app /app/.venv /app/.venv
|
||||
COPY --from=builder --chown=app:app /app/src /app/src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue