Lines Matching +full:apt +full:- +full:key
3 set -e
4 set -o xtrace
8 apt-get install -y \
9 ca-certificates \
13 apt-key add .gitlab-ci/container/llvm-snapshot.gpg.key
14 echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-9 main" >/etc/apt/sources.list.d/llvm9…
15 echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-10 main" >/etc/apt/sources.list.d/llvm…
17 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
18 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l…
20 apt-get update
21 apt-get dist-upgrade -y
23 apt-get install -y --no-remove \
25 git-lfs \
29 liblz4-1 \
30 libpcre32-3 \
31 libpng16-16 \
34 libwayland-client0 \
35 libwayland-server0 \
36 libxcb-ewmh2 \
37 libxcb-randr0 \
38 libxcb-keysyms1 \
39 libxcb-xfixes0 \
44 python3-mako \
45 python3-numpy \
46 python3-pil \
47 python3-pytest \
48 python3-requests \
49 python3-six \
50 python3-yaml \
52 qt5-default \
53 qt5-qmake \
54 vulkan-tools \
55 waffle-utils \
60 apt-get purge -y \
63 apt-get autoremove -y --purge