fix: DBUS package name fix

This commit is contained in:
Piotr Dec 2025-12-04 20:03:07 +01:00
parent 96526cd53d
commit bdaa68a7cb
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -18,7 +18,7 @@ FROM python:3.12-alpine3.22
RUN apk update --no-cache \ RUN apk update --no-cache \
&& apk add --no-cache git \ && 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/.venv /app/.venv
COPY --from=builder --chown=app:app /app/src /app/src COPY --from=builder --chown=app:app /app/src /app/src