Skip to content

Commit e5cf182

Browse files
authored
Update arm32v7.Dockerfile
1 parent 4bc4860 commit e5cf182

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/SenseHatDisplay/arm32v7.Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM balenalib/raspberrypi3
2-
# The balena base image for building apps on Raspberry Pi 3.
1+
FROM balenalib/raspberrypi3:stretch
2+
# The balena base image for building apps on Raspberry Pi 3.
3+
# Raspbian Stretch required for piwheels support. https://downloads.raspberrypi.org/raspbian/images/raspbian-2019-04-09/
34

45
RUN echo "BUILD MODULE: SenseHatDisplay"
56

@@ -39,4 +40,4 @@ RUN [ "cross-build-end" ]
3940
ADD /app/ .
4041
ADD /build/ .
4142

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

0 commit comments

Comments
 (0)