diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 503df05..3a9ba07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: - release variables: - QEMU_VERSION: v4.0.0-5 + QEMU_VERSION: v4.1.0-1 before_script: - mkdir -p /root/.docker || true diff --git a/Dockerfile b/Dockerfile index a429595..3c04764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # cleanup -RUN rm -f /usr/bin/qemu-*-static /app/qemu-*-static +RUN rm -f /usr/bin/qemu-*-static # volumes VOLUME ["/etc/avahi/services"]