fix balenalib cross-compile usage, switch to stretch
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
FROM balenalib/raspberrypi3
|
FROM balenalib/raspberrypi3:stretch
|
||||||
|
|
||||||
|
RUN [ "cross-build-start" ]
|
||||||
|
|
||||||
RUN install_packages \
|
RUN install_packages \
|
||||||
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
|
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
|
||||||
@@ -17,6 +19,8 @@ RUN dpkg -i ebusd.deb
|
|||||||
|
|
||||||
RUN rm ebusd.deb
|
RUN rm ebusd.deb
|
||||||
|
|
||||||
|
RUN [ "cross-build-end" ]
|
||||||
|
|
||||||
EXPOSE 8888
|
EXPOSE 8888
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /
|
COPY docker-entrypoint.sh /
|
||||||
|
|||||||
Reference in New Issue
Block a user