diff --git a/Dockerfile b/Dockerfile index af0aa7f..d2e02fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ -FROM alexellis2/raspistill:latest +FROM resin/rpi-raspbian:stretch ENTRYPOINT [] -RUN apt-get update -qy && apt-get install -qy python + +RUN apt-get update -qy \ + && apt-get install -qy python libraspberrypi-bin --no-install-recommends + COPY . . VOLUME /var/image/