Skip to content

Commit

Permalink
build: Rebase on raspbian for ARM package
Browse files Browse the repository at this point in the history
Change-Id: I184efcd2940e29437711e12cc8cfb1eaafbc3117
Signed-off-by: Philippe Coval <p.coval@samsung.com>
  • Loading branch information
rzr committed Aug 9, 2018
1 parent 019dea9 commit 3d317d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
# OR PERFORMANCE OF THIS SOFTWARE.
#}

FROM ubuntu:latest
FROM resin/rpi-raspbian:stretch
MAINTAINER Philippe Coval (p.coval@samsung.com)

RUN [ "cross-build-start" ]

ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL en_US.UTF-8
ENV LANG ${LC_ALL}
Expand Down Expand Up @@ -81,3 +83,5 @@ RUN echo "#log: ${project}: Installing sources" \
&& install -d /usr/local/src/${project}/ \
&& cp -rfva ./build/stage/ /usr/local/src/${project}/ \
&& sync

RUN [ "cross-build-end" ]

0 comments on commit 3d317d0

Please sign in to comment.