From 4a715d6a6c1074b105136387a82c33b0a3d3fb62 Mon Sep 17 00:00:00 2001 From: Neeflix Date: Thu, 30 Aug 2018 20:49:07 +0200 Subject: [PATCH] added dockerfile --- FlippR-Driver/cross-docker/dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 FlippR-Driver/cross-docker/dockerfile diff --git a/FlippR-Driver/cross-docker/dockerfile b/FlippR-Driver/cross-docker/dockerfile new file mode 100644 index 0000000..9c6033f --- /dev/null +++ b/FlippR-Driver/cross-docker/dockerfile @@ -0,0 +1,7 @@ +FROM sdthirlwall/raspberry-pi-cross-compiler + +# axel uses gettext in the build context +RUN install-debian --update cmake + +# axel links against openssl +RUN install-raspbian --update libboost-dev-all