Skip to content

Commit

Permalink
build: Rebase on raspbian for ARM package
Browse files Browse the repository at this point in the history
For community conveinance, built package is uploaded to:

https://bintray.com/rzr/devel/sqlite3

Relate-to: #795
Change-Id: I184efcd2940e29437711e12cc8cfb1eaafbc3117
Signed-off-by: Philippe Coval <p.coval@samsung.com>
  • Loading branch information
rzr committed Jan 28, 2019
1 parent 41214ca commit ff58cdf
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 *.tgz /usr/local/src/${project}/ \
&& cp -rfva ./build/stage/ /usr/local/src/${project}/ \
&& sync

RUN [ "cross-build-end" ]

0 comments on commit ff58cdf

Please sign in to comment.