Add build scripts & docker scripts

Signed-off-by: Prasanna Bhat <prasanna.yoga@gmail.com>
This commit is contained in:
Prasanna Bhat 2020-04-12 11:23:22 +05:30
parent b46bd7ffff
commit 8fc3f4bc71
6 changed files with 127 additions and 0 deletions

View file

@ -0,0 +1,9 @@
FROM ubuntu:bionic
# Dependencies required to build cyclonedds
RUN apt update && apt install -y \
cmake \
default-jdk \
maven \
g++