blob: 91a1e2221c2b548414632de3aa1396f587249412 [file] [log] [blame]
Stewart Smith26b9f992019-03-27 14:46:49 +11001FROM ubuntu:18.04
Stewart Smith915cea12018-01-16 16:07:49 +11002# Don't ask. Ubuntu is awful.
3RUN sed -e 's/main$/main universe/' --in-place=orig /etc/apt/sources.list
Klaus Heinrich Kiwib0cfd8e2020-04-20 23:18:30 -03004RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yy cscope ctags libz-dev libexpat-dev \
5 python language-pack-en texinfo gawk cpio xxd \
6 build-essential g++ git bison flex unzip \
7 libssl-dev libxml-simple-perl libxml-sax-perl libxml-parser-perl libxml2-dev libxml2-utils xsltproc \
8 wget bc rsync
9RUN DEBIAN_FRONTEND=noninteractive apt-get -y install eatmydata python-matplotlib \
10 python-numpy graphviz bsdmainutils lsb-release