added dockerfile for running seeder

This commit is contained in:
Rizki Wicaksono 2018-02-08 14:31:24 -08:00
parent d54f39a1ee
commit 4ae79833a3
1 changed files with 3 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y build-essential libboost-all-dev libssl-dev git vim net-tools