mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 02:14:37 +00:00
Explicitly specify root
This commit is contained in:
parent
9afc10b23c
commit
e72a0412df
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ LABEL maintainer="Luke Childs <lukechilds123@gmail.com>"
|
|||
|
||||
ADD https://github.com/dhruvvyas90/qemu-rpi-kernel/archive/master.zip /tmp/qemu-rpi-kernel-master.zip
|
||||
|
||||
RUN cd /tmp && unzip qemu-rpi-kernel-master.zip -d ~ && rm -rf /tmp/*
|
||||
RUN cd /tmp && unzip qemu-rpi-kernel-master.zip -d /root && rm -rf /tmp/*
|
||||
|
||||
VOLUME /filesystem.img
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue