summaryrefslogtreecommitdiffstats
path: root/ci/Dockerfile/ubuntu1404
blob: 8acb932047d24c84d1acb2ae5f0f58add03ce0bd (plain)
1
2
3
4
5
6
7
8
9
10
FROM ubuntu:14.04
# Don't ask. Ubuntu is awful.
RUN sed -e 's/main$/main universe/' --in-place=orig /etc/apt/sources.list
RUN DEBIAN_FRONTEND=noninteractive apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -yy cscope ctags \
  libz-dev libexpat-dev \
  python language-pack-en texinfo \
  build-essential g++ git bison flex unzip \
  libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc
RUN DEBIAN_FRONTEND=noninteractive apt-get install -yy wget bc
OpenPOWER on IntegriCloud