futriix/Dockerfile
Richard Silver 7fbbc460ec Added build Dockerfile
Former-commit-id: e62c6b0ed05811d204637d9cd679d7ef731f8fc7
2019-03-21 15:15:11 -07:00

7 lines
160 B
Docker

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