summaryrefslogtreecommitdiffstats
path: root/ci/Dockerfile/ubuntu1804
blob: 49c7b00733c9a42b798bd5639e4153083593b6bf (plain)
1
2
3
4
5
6
7
8
9
10
FROM ubuntu:18.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 && 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 gawk \
  cpio vim-common lsb-release \
  libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc \
  wget bc libssl-dev python-matplotlib python-numpy graphviz eatmydata bsdmainutils rsync
OpenPOWER on IntegriCloud