Added build Dockerfile

Former-commit-id: e62c6b0ed05811d204637d9cd679d7ef731f8fc7
This commit is contained in:
Richard Silver 2019-03-21 15:15:11 -07:00
parent a12299203c
commit 7fbbc460ec

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM ubuntu:18.04
RUN apt-get update \
&& apt-get install -qqy build-essential nasm autotools-dev autoconf libjemalloc-dev \
&& apt-get clean
CMD make