Closed wnark closed 2 years ago
Thank you for the report! Meanwhile I've tried to build myself and get the same errors. I'll have a look at this.
I could track down the issue to an udisks2
postinstall error.
I have included an ugly workaround that removes the postinstall script of udisks2. This should do no harm as the udisks2 systemd service is disabled by x11docker.
The build succeeds now.
This is exactly the same as the issue discussed here. And I came up with a solution similar to yours:
RUN apt-get -y update && \
env DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends --no-install-suggests \
udisks2 || \
rm /var/lib/dpkg/info/udisks2* && \
dpkg --configure -a && \
env DEBIAN_FRONTEND=noninteractive apt -f install
N.B.: The udisks2 repository is located here.
Failed to disable unit, unit dbus-com.deepin.lastore.service does not exist. System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down backend_syslog.go:45: syslog is not available: Unix syslog delivery error
backend_syslog.go:45: syslog is not available: Unix syslog delivery error
backend_syslog.go:45: syslog is not available: Unix syslog delivery error
backend_syslog.go:45: syslog is not available: Unix syslog delivery error
backend_syslog.go:45: syslog is not available: Unix syslog delivery error
backend_syslog.go:45: syslog is not available: Unix syslog delivery error
backend_syslog.go:45: syslog is not available: Unix syslog delivery error
backend_syslog.go:45: syslog is not available: Unix syslog delivery error