blob: b3833c9ac1e94c707151b76c9394089e3ca41529 [file] [log] [blame]
Stewart Smith098d03e2016-03-01 13:59:42 +11001FROM ubuntu:14.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
5RUN DEBIAN_FRONTEND=noninteractive apt-get install -yy cscope ctags \
6 libz-dev libexpat-dev \
7 python language-pack-en texinfo \
8 build-essential g++ git bison flex unzip \
9 libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc
Stewart Smithf6cb0b52017-03-27 11:04:13 +110010RUN DEBIAN_FRONTEND=noninteractive apt-get install -yy wget bc libssl-dev