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 eef71fb commit 448cc49Copy full SHA for 448cc49
modules/CameraCapture/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: CameraCapture"
6
@@ -50,4 +51,4 @@ ADD /app/ .
50
51
# Expose the port
52
EXPOSE 5012
53
-ENTRYPOINT [ "python3", "-u", "./main.py" ]
54
+ENTRYPOINT [ "python3", "-u", "./main.py" ]
0 commit comments