Skip to content

Commit

Permalink
Fix incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Dec 15, 2019
1 parent fc608ab commit a5c60b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit a5c60b2

Please sign in to comment.