FROM ubuntu:zesty RUN apt update && \ apt -y install build-essential maven scons git curl \ openssl libssl-dev #libjson0 libjson0-dev RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/bin/repo && chmod +x /usr/bin/repo RUN git config --global user.name "Adam Baxter" && git config --global user.email voltagex@voltagex.org RUN mkdir /usr/src/alljoyn && cd /usr/src/alljoyn RUN repo init -b RB16.04a -u https://git.allseenalliance.org/gerrit/devtools/manifest.git #RUN repo sync #RUN cd /usr/src/core/alljoyn/core/alljoyn #RUN scons OS=linux CPU=arm WS=off OE_BASE=/usr BINDINGS=cpp,c #,java,js,objc,unity