blob: 32ee0337a2e39b030092bb14d2549cb30e4ccef5 [file] [log] [blame]
Klaus Heinrich Kiwi34b9a2d2020-07-03 17:17:10 -03001FROM ubuntu:20.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