fix: Revert DBUS install
This commit is contained in:
parent
bdaa68a7cb
commit
c3c6d2df8d
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|||
FROM python:3.12-alpine3.22
|
||||
|
||||
RUN apk update --no-cache \
|
||||
&& apk add --no-cache git \
|
||||
py3-dbus
|
||||
&& apk add --no-cache git
|
||||
|
||||
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