Skip to content

Commit 448cc49

Browse files
authored
Update arm32v7.Dockerfile
1 parent eef71fb commit 448cc49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/CameraCapture/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: CameraCapture"
56

@@ -50,4 +51,4 @@ ADD /app/ .
5051
# Expose the port
5152
EXPOSE 5012
5253

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

0 commit comments

Comments
 (0)