futriix/Dockerfile

7 lines
160 B
Docker
Raw Normal View History

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