From a5c60b2bb445ca207cc426d44d361ce70435bef3 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 15 Dec 2019 14:46:47 +0700 Subject: [PATCH] Fix incorrect comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"