Browse Source

Extract to tmp dir

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

2
Dockerfile

@ -28,4 +28,4 @@ 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/images/raspbian-2019-09-30/2019-09-26-raspbian-buster.zip /tmp/filesystem.zip
RUN unzip /tmp/*.zip && mv /tmp/*.img /filesystem.img && rm -rf /tmp/* RUN unzip /tmp/*.zip -d /tmp && mv /tmp/*.img /filesystem.img && rm -rf /tmp/*

Loading…
Cancel
Save