cleanup qemu files
This commit is contained in:
parent
23785195d8
commit
be12cd37c9
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ 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
|
||||
|
||||
# cleanup
|
||||
RUN rm -f /usr/bin/qemu-*-static /app/qemu-*-static
|
||||
|
||||
# volumes
|
||||
VOLUME ["/etc/avahi/services"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue