blob: 5c0541158567cbb1ef89dfa85846a3e88a5562ed [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 \
Artem Senichev83482c52018-09-13 11:02:27 +030010 wget bc libssl-dev python-matplotlib python-numpy graphviz eatmydata bsdmainutils