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

  1. FROM ubuntu:16.10
  2. MAINTAINER Matthias Volk <matthias.volk@cs.rwth-aachen.de>
  3. RUN apt-get update -qq && apt-get install -y --no-install-recommends \
  4. build-essential \
  5. ruby \
  6. git \
  7. cmake \
  8. libboost-all-dev \
  9. libcln-dev \
  10. libeigen3-dev \
  11. libgmp-dev \
  12. libginac-dev \
  13. automake \
  14. libglpk-dev \
  15. libhwloc-dev \
  16. libz3-dev