There was an error while loading. Please reload this page.
1 parent 0b8944e commit 02160ceCopy full SHA for 02160ce
Dockerfile
@@ -20,9 +20,11 @@
20
# OR PERFORMANCE OF THIS SOFTWARE.
21
#}
22
23
-FROM ubuntu:latest
+FROM resin/rpi-raspbian:stretch
24
MAINTAINER Philippe Coval (p.coval@samsung.com)
25
26
+RUN [ "cross-build-start" ]
27
+
28
ENV DEBIAN_FRONTEND noninteractive
29
ENV LC_ALL en_US.UTF-8
30
ENV LANG ${LC_ALL}
@@ -81,3 +83,5 @@ RUN echo "#log: ${project}: Installing sources" \
81
83
&& install *.tgz /usr/local/src/${project}/ \
82
84
&& cp -rfva ./build/stage/ /usr/local/src/${project}/ \
85
&& sync
86
87
+RUN [ "cross-build-end" ]
0 commit comments