diff --git a/Dockerfile b/Dockerfile index ccee0a6..f4e73ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /qemu RUN # Update package lists RUN apt-get update -RUN # Pull source and verify signatures +RUN # Pull source RUN apt-get -y install wget RUN wget "https://download.qemu.org/${QEMU_TARBALL}"