about summary refs log tree commit diff
path: root/src/ci/docker/scripts/cross-apt-packages.sh
blob: 51945fd72adc768fcdfc054b1a6a97b6d1629d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
apt-get update && apt-get install -y --no-install-recommends \
  automake \
  bison \
  bzip2 \
  ca-certificates \
  cmake \
  curl \
  file \
  flex \
  g++ \
  gawk \
  gdb \
  git \
  gperf \
  help2man \
  libncurses-dev \
  libssl-dev \
  libtool-bin \
  make \
  patch \
  pkg-config \
  python2.7 \
  sudo \
  texinfo \
  wget \
  xz-utils