We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc4860 commit e5cf182Copy full SHA for e5cf182
modules/SenseHatDisplay/arm32v7.Dockerfile
@@ -1,5 +1,6 @@
1
-FROM balenalib/raspberrypi3
2
-# 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.
3
+# Raspbian Stretch required for piwheels support. https://downloads.raspberrypi.org/raspbian/images/raspbian-2019-04-09/
4
5
RUN echo "BUILD MODULE: SenseHatDisplay"
6
@@ -39,4 +40,4 @@ RUN [ "cross-build-end" ]
39
40
ADD /app/ .
41
ADD /build/ .
42
-ENTRYPOINT ["python3","-u", "./main.py"]
43
+ENTRYPOINT ["python3","-u", "./main.py"]
0 commit comments