fix balenalib cross-compile usage, switch to stretch

This commit is contained in:
John
2021-01-16 17:08:22 +01:00
parent 3af8ede096
commit f4eea53b18
+5 -1
View File
@@ -1,4 +1,6 @@
FROM balenalib/raspberrypi3
FROM balenalib/raspberrypi3:stretch
RUN [ "cross-build-start" ]
RUN install_packages \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
@@ -17,6 +19,8 @@ RUN dpkg -i ebusd.deb
RUN rm ebusd.deb
RUN [ "cross-build-end" ]
EXPOSE 8888
COPY docker-entrypoint.sh /