update qemu to v4.1.0-1
This commit is contained in:
parent
e03b238f3a
commit
2ce5f37983
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ stages:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
QEMU_VERSION: v4.0.0-5
|
QEMU_VERSION: v4.1.0-1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir -p /root/.docker || true
|
- mkdir -p /root/.docker || true
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN apk --no-cache --no-progress add avahi avahi-tools
|
||||||
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
|
||||||
|
|
||||||
# volumes
|
# volumes
|
||||||
VOLUME ["/etc/avahi/services"]
|
VOLUME ["/etc/avahi/services"]
|
||||||
|
|
Loading…
Reference in a new issue