]> git.lizzy.rs Git - rust.git/blob - src/ci/docker/scripts/cross-apt-packages.sh
Fix typo in TLS Model in Unstable Book
[rust.git] / src / ci / docker / scripts / cross-apt-packages.sh
1 apt-get update && apt-get install -y --no-install-recommends \
2   automake \
3   bison \
4   bzip2 \
5   ca-certificates \
6   cmake \
7   curl \
8   file \
9   flex \
10   g++ \
11   gawk \
12   gdb \
13   git \
14   gperf \
15   help2man \
16   libncurses-dev \
17   libssl-dev \
18   libtool-bin \
19   make \
20   patch \
21   pkg-config \
22   python3 \
23   sudo \
24   texinfo \
25   unzip \
26   wget \
27   xz-utils