You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
366 B
17 lines
366 B
FROM ubuntu:16.10
|
|
MAINTAINER Matthias Volk <matthias.volk@cs.rwth-aachen.de>
|
|
|
|
RUN apt-get update -qq && apt-get install -y --no-install-recommends \
|
|
build-essential \
|
|
ruby \
|
|
git \
|
|
cmake \
|
|
libboost-all-dev \
|
|
libcln-dev \
|
|
libeigen3-dev \
|
|
libgmp-dev \
|
|
libginac-dev \
|
|
automake \
|
|
libglpk-dev \
|
|
libhwloc-dev \
|
|
libz3-dev
|