fix config rewrite
This commit is contained in:
parent
be12cd37c9
commit
13955d9242
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN apk --no-cache --no-progress upgrade
|
||||||
RUN apk --no-cache --no-progress add avahi avahi-tools
|
RUN apk --no-cache --no-progress add avahi avahi-tools
|
||||||
|
|
||||||
# disable d-bus
|
# disable d-bus
|
||||||
RUN sed -i 's/^enable-dbus=.*/enable-dbus=no/' /etc/avahi/avahi-daemon.conf
|
RUN sed -i 's/.*enable-dbus=.*/enable-dbus=no/' /etc/avahi/avahi-daemon.conf
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
RUN rm -f /usr/bin/qemu-*-static /app/qemu-*-static
|
RUN rm -f /usr/bin/qemu-*-static /app/qemu-*-static
|
||||||
|
|
Loading…
Reference in a new issue