mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 02:14:37 +00:00
Fix incorrect comment
This commit is contained in:
parent
fc608ab33c
commit
a5c60b2bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue