blob: 2aaa6474ee50d5bad39300aa3375a0274f80a4c7 [file] [log] [blame]
Stewart Smith915cea12018-01-16 16:07:49 +11001FROM ubuntu:16.04
2# Don't ask. Ubuntu is awful.
3RUN sed -e 's/main$/main universe/' --in-place=orig /etc/apt/sources.list
4RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yy cscope ctags \
5 libz-dev libexpat-dev \
6 python language-pack-en texinfo \
7 build-essential g++ git bison flex unzip \
8 cpio vim-common lsb-release \
9 libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc \
Stewart Smithc4b9bf62018-08-24 13:30:15 +100010 wget bc libssl-dev python-matplotlib python-numpy graphviz eatmydata