Added build Dockerfile
Former-commit-id: e62c6b0ed05811d204637d9cd679d7ef731f8fc7
This commit is contained in:
parent
a12299203c
commit
7fbbc460ec
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user