Skip to content

Commit

Permalink
Update arm32v7.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkewley authored Aug 19, 2019
1 parent 4bc4860 commit e5cf182
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/SenseHatDisplay/arm32v7.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM balenalib/raspberrypi3
# The balena base image for building apps on Raspberry Pi 3.
FROM balenalib/raspberrypi3:stretch
# The balena base image for building apps on Raspberry Pi 3.
# Raspbian Stretch required for piwheels support. https://downloads.raspberrypi.org/raspbian/images/raspbian-2019-04-09/

RUN echo "BUILD MODULE: SenseHatDisplay"

Expand Down Expand Up @@ -39,4 +40,4 @@ RUN [ "cross-build-end" ]
ADD /app/ .
ADD /build/ .

ENTRYPOINT ["python3","-u", "./main.py"]
ENTRYPOINT ["python3","-u", "./main.py"]

0 comments on commit e5cf182

Please sign in to comment.