Add build scripts & docker scripts
Signed-off-by: Prasanna Bhat <prasanna.yoga@gmail.com>
This commit is contained in:
parent
b46bd7ffff
commit
8fc3f4bc71
6 changed files with 127 additions and 0 deletions
9
scripts/docker/Dockerfile
Normal file
9
scripts/docker/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM ubuntu:bionic
|
||||
|
||||
# Dependencies required to build cyclonedds
|
||||
RUN apt update && apt install -y \
|
||||
cmake \
|
||||
default-jdk \
|
||||
maven \
|
||||
g++
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue