Fix incorrect comment

This commit is contained in:
Luke Childs 2019-12-15 14:46:47 +07:00
parent fc608ab33c
commit a5c60b2bb4

View file

@ -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}"