fix: DBUS package name fix
This commit is contained in:
parent
96526cd53d
commit
bdaa68a7cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue