mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 02:14:37 +00:00
Use Raspian Lite image
This commit is contained in:
parent
785cfcd23e
commit
43f88031af
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ CMD [ \
|
|||
FROM dockerpi-vm as dockerpi
|
||||
LABEL maintainer="Luke Childs <lukechilds123@gmail.com>"
|
||||
|
||||
ADD http://downloads.raspberrypi.org/raspbian/images/raspbian-2019-09-30/2019-09-26-raspbian-buster.zip /tmp/filesystem.zip
|
||||
ADD http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip /tmp/filesystem.zip
|
||||
|
||||
RUN cd /tmp && \
|
||||
unzip *.zip && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue