Browse Source

Fix incorrect comment

pull/1/head
Luke Childs 5 years ago
parent
commit
a5c60b2bb4
  1. 2
      Dockerfile

2
Dockerfile

@ -9,7 +9,7 @@ WORKDIR /qemu
RUN # Update package lists RUN # Update package lists
RUN apt-get update RUN apt-get update
RUN # Pull source and verify signatures RUN # Pull source
RUN apt-get -y install wget RUN apt-get -y install wget
RUN wget "https://download.qemu.org/${QEMU_TARBALL}" RUN wget "https://download.qemu.org/${QEMU_TARBALL}"

Loading…
Cancel
Save