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