Skip to content

Commit ff58cdf

Browse files
committed
build: Rebase on raspbian for ARM package
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 <[email protected]>
1 parent 41214ca commit ff58cdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
# OR PERFORMANCE OF THIS SOFTWARE.
2121
#}
2222

23-
FROM ubuntu:latest
23+
FROM resin/rpi-raspbian:stretch
2424
MAINTAINER Philippe Coval ([email protected])
2525

26+
RUN [ "cross-build-start" ]
27+
2628
ENV DEBIAN_FRONTEND noninteractive
2729
ENV LC_ALL en_US.UTF-8
2830
ENV LANG ${LC_ALL}
@@ -81,3 +83,5 @@ RUN echo "#log: ${project}: Installing sources" \
8183
&& install *.tgz /usr/local/src/${project}/ \
8284
&& cp -rfva ./build/stage/ /usr/local/src/${project}/ \
8385
&& sync
86+
87+
RUN [ "cross-build-end" ]

0 commit comments

Comments
 (0)