futriix/Dockerfile
Richard Silver 3c739e8b19 updated readme and Dockerfile to allow for tests to be run in container
Former-commit-id: 677ae5487f2b68ddd045e5cf2af3c49d625adef6
2019-03-21 16:18:37 -07:00

10 lines
215 B
Docker

FROM ubuntu:18.04
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
build-essential nasm autotools-dev autoconf libjemalloc-dev tcl tcl-dev \
&& apt-get clean
CMD make