Home
last modified time | relevance | path

Searched refs:apt (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/lz4/.circleci/images/primary/
DDockerfile3 RUN sudo apt-get -y -qq update
4 RUN sudo apt-get -y install software-properties-common
5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6 RUN sudo apt-get -y install cmake
7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386
9 RUN sudo apt-get -y install clang clang-tools
10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
11 RUN sudo apt-get -y install valgrind
12 RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnue…
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-base.sh8 apt-get install -y ca-certificates gnupg2 software-properties-common
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
24 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
26 apt-get update
27 apt-get dist-upgrade -y
29 apt-get install -y --no-remove \
62 apt-get install -y --no-install-recommends \
73 apt-get purge -y $STABLE_EPHEMERAL
75 apt-get autoremove -y --purge
Dx86_build-base.sh8 apt-get install -y ca-certificates gnupg2 software-properties-common
11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
23 apt-get update
25 apt-get install -y --no-remove \
85 apt-get purge -y $STABLE_EPHEMERAL
Darm_build.sh6 apt-get -y install ca-certificates
7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
8 echo 'deb https://deb.debian.org/debian buster main' >/etc/apt/sources.list.d/buster.list
9 apt-get update
11 apt-get -y install \
60 apt-get install -y --no-remove -t buster \
Dx86_test-vk.sh52 apt-get install -y --no-remove \
66 apt-key add .gitlab-ci/container/debian/winehq.gpg.key
67 apt-add-repository https://dl.winehq.org/wine-builds/debian/
68 apt update -qyy
74 apt install -y --no-remove --install-recommends winehq-stable
195 apt-get purge -y \
198 apt-get autoremove -y --purge
/third_party/astc-encoder/jenkins/
Dbuild.Dockerfile5 RUN apt update && apt -y upgrade \
6 && apt install -y \
23 && rm -rf /var/lib/apt/lists/*
36 RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null \
37 | gpg --dearmor - > /etc/apt/trusted.gpg.d/kitware.gpg
38 RUN apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
39 RUN apt-get update
40 RUN apt-get install -y cmake
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile6 # 'apt-get build-dep' will install the correct dependencies.
14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`
15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
17 apt-get update && apt-get upgrade -y && \
18 apt-get install -y wget clang-6.0 && \
19 apt-get build-dep -y mesa && \
20 rm -rf /var/lib/apt/lists/*
/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile5 RUN apt-get update && apt-get install -y \
28 && apt-get clean
31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
41 && apt-get clean
94 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
96 && apt-get clean
/third_party/protobuf/kokoro/linux/dockerfile/test/javascript/
DDockerfile3 RUN apt-get update && apt-get install -y gnupg
7 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
25 && apt-get clean
30 RUN apt-get install -y \
/third_party/ltp/ci/
Ddebian.sh7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…
9 apt update
14 apt="apt install -y --no-install-recommends"
16 $apt \
51 $apt ruby-asciidoctor-pdf || true
52 $apt asciidoc-dblatex || true
/third_party/libwebsockets/scripts/
Dtravis_install.sh7 sudo apt-get update -qq
11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto
12 sudo apt-get remove python-six
26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind
36 sudo apt-get install -y -qq realpath libjemalloc1 libev4
46 sudo apt-get install -y -qq libev-dev;
51 sudo apt-get install -y -qq libuv-dev;
/third_party/node/deps/openssl/config/
DDockerfile6 && apt-get update \
7 && apt-get install -y --no-install-recommends --force-yes $buildDeps \
8 && apt-get clean \
9 && apt-get autoremove -y \
11 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
/third_party/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile5 RUN apt-get update && apt-get install -y \
23 && apt-get clean
26 RUN apt-get update && apt-get install -y libunwind8 libicu57 && apt-get clean
/third_party/libcoap/build-env/
DDockerfile.develop3 RUN apt-get update && apt-get install -y cmake git g++
4 RUN apt-get clean
19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \
21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim
22 RUN apt-get clean
/third_party/protobuf/kokoro/release/
Dcollect_all_artifacts.sh51 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A1…
52 sudo apt install apt-transport-https
53 echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sou…
54 sudo apt update
55 sudo apt-get install -y nuget
/third_party/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile5 RUN apt-get update && apt-get install -y \
23 && apt-get clean
26 RUN apt-get install -y \
31 && apt-get clean
/third_party/protobuf/kokoro/docs/
Dpublish-python.sh12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
36 sudo apt-get -y install jq
/third_party/mesa3d/.gitlab-ci/container/
Dcreate-rootfs.sh15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common
16 apt-key add /llvm-snapshot.gpg.key
17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
46 apt-get update
47 apt-get -y install --no-install-recommends \
101 apt-get purge -y \
132 if ! apt-get remove --purge --yes "${PACKAGE}"
138 apt-get autoremove --yes || true
222 rm -rf etc/apt
/third_party/vk-gl-cts/
Dhistory.log3 1012 sudo apt install autopoint
5 1014 sudo apt install pygobject-3.0
6 1015 sudo apt install pygobject
7 1016 sudo apt install python-gi-dev
9 1018 sudo apt install cython
85 1094 sudo apt install glib-2.0
86 1095 sudo apt install glib=2.0
87 1096 apt search glib
89 1098 sudo apt install glib2
90 1099 sudo apt install glib-2.0
[all …]
/third_party/skia/infra/wasm-common/docker/karma-chrome-tests/
DDockerfile9 RUN apt-get update && apt-get upgrade -y
16 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
17 RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/s…
18 RUN apt-get update && apt-get install -y google-chrome-stable
/third_party/skia/infra/gcc/Debian10/
DDockerfile3 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
9 && rm -rf /var/lib/apt/lists/*
/third_party/skia/infra/gcc/Debian10-x86/
DDockerfile4 apt-get update && apt-get upgrade -y && apt-get install -y \
11 && rm -rf /var/lib/apt/lists/*
/third_party/skia/infra/lottiecap/docker/lottie-web-puppeteer/
DDockerfile8 RUN apt-get update && apt-get upgrade -y
17 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
18 RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/s…
19 RUN apt-get update && apt-get install -y google-chrome-stable
/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
38 && apt-get clean
265 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
267 && apt-get clean
/third_party/protobuf/kokoro/linux/dockerfile/test/cpp_tcmalloc/
DDockerfile5 RUN apt-get update && apt-get install -y \
23 && apt-get clean
26 RUN apt-get install -y \

123456789