fix config rewrite

This commit is contained in:
Florian Schwab 2019-03-24 03:22:12 +01:00
parent be12cd37c9
commit 13955d9242

View file

@ -15,7 +15,7 @@ RUN apk --no-cache --no-progress upgrade
RUN apk --no-cache --no-progress add avahi avahi-tools
# 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
RUN rm -f /usr/bin/qemu-*-static /app/qemu-*-static