Home
last modified time | relevance | path

Searched +full:apt +full:- +full:key (Results 1 – 25 of 96) sorted by relevance

1234

/external/google-fruit/extras/dockerfiles/
Dcommon_install.sh3 set -e
5 apt-get update -qq
6 apt-get install -y --no-install-recommends wget gnupg
8 wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add -
10 # 1E9377A2BA9EF27F is the key for the ubuntu-toolchain-r PPA.
11 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F | cat
13 # 15CF4D18AF4F7421 is the key for the http://apt.llvm.org/artful PPA.
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 15CF4D18AF4F7421 | cat
16 apt-get update -qq
17 apt-get install -y --allow-unauthenticated --no-install-recommends \
[all …]
/external/harfbuzz_ng/.circleci/
Dconfig.yml5 macos-10.12.6-aat-fonts:
9 - checkout
10- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
12 - run: make -j4
13 - run: make check || .ci/fail.sh
15 macos-10.13.6-aat-fonts:
19 - checkout
20- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
[all …]
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
19 RUN apt-get update && apt-get install debian-keyring && apt-key update
22 RUN apt-get update && apt-key update && apt-get install -y \
24 autotools-dev \
25 build-essential \
30 gcc-multilib \
34 libc6-dbg \
35 libc6-dev \
36 libgtest-dev \
41 python-dev \
[all …]
/external/grpc-grpc/tools/interop_matrix/patches/csharp_v1.0.1/
Dgit_repo.patch1 diff --git a/third_party/boringssl b/third_party/boringssl
3 --- a/third_party/boringssl
5 @@ -1 +1 @@
6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e9
8 diff --git a/third_party/gflags b/third_party/gflags
10 --- a/third_party/gflags
12 @@ -1 +1 @@
13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f59029
15 diff --git a/third_party/googletest b/third_party/googletest
17 --- a/third_party/googletest
[all …]
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_ubuntu1404_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean
19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…
20 … echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | tee /etc/apt/source…
22 RUN apt-get update && apt-get install -y \
23 mono-devel \
25 && apt-get clean
27 RUN apt-get update && apt-get install -y unzip && apt-get clean
30 RUN apt-get install -y apt-transport-https
31 RUN sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty ma…
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rocm6 ARG DEB_ROCM_REPO=http://repo.radeon.com/rocm/apt/debian/
12 RUN apt update && apt install -y wget software-properties-common
15 RUN apt-get clean all
16 RUN wget -qO - $DEB_ROCM_REPO/rocm.gpg.key | apt-key add -
17 RUN sh -c "echo deb [arch=amd64] $DEB_ROCM_REPO xenial main > /etc/apt/sources.list.d/rocm.list"
20 RUN apt-get update --allow-insecure-repositories && DEBIAN_FRONTEND=noninteractive apt-get install
21 build-essential \
22 clang-3.8 \
23 clang-format-3.8 \
24 clang-tidy-3.8 \
[all …]
DDockerfile.rbe.cuda10.0-cudnn7-ubuntu14.042 # $ docker build -f Dockerfile.rbe.cuda10.0-cudnn7-ubuntu14.04 \
3 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu14.04" .
4 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu14.04
6 FROM gcr.io/clang-docker-builder/clang-ubuntu14_04
9 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http…
10 rm -rf /var/lib/apt/lists/* && \
13apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_6…
14 apt-key adv --export --no-emit-version -a $NVIDIA_GPGKEY_FPR | tail -n +2 > cudasign.pub && \
15 echo "$NVIDIA_GPGKEY_SUM cudasign.pub" | sha256sum -c --strict - && rm cudasign.pub && \
16 …veloper.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/cuda…
[all …]
DDockerfile.rbe.cuda9.0-cudnn7-ubuntu14.042 # $ docker build -f Dockerfile.rbe.cuda9.0-cudnn7-ubuntu14.04 \
3 # --tag "gcr.io/tensorflow-testing/nosla-cuda9.0-cudnn7-ubuntu14.04" .
4 # $ docker push gcr.io/tensorflow-testing/nosla-cuda9.0-cudnn7-ubuntu14.04
9 FROM gcr.io/clang-docker-builder/clang-ubuntu14_04
12 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http…
13 rm -rf /var/lib/apt/lists/* && \
16apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_6…
17 apt-key adv --export --no-emit-version -a $NVIDIA_GPGKEY_FPR | tail -n +2 > cudasign.pub && \
18 echo "$NVIDIA_GPGKEY_SUM cudasign.pub" | sha256sum -c --strict - && rm cudasign.pub && \
19 …veloper.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/cuda…
[all …]
/external/grpc-grpc/tools/dockerfile/grpc_artifact_android_ndk/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
19 RUN apt-get update && apt-get install -y debian-keyring && apt-key update
22 RUN apt-get update && apt-key update && apt-get install -y \
24 autotools-dev \
25 build-essential \
30 gcc-multilib \
34 libc6-dbg \
35 libc6-dev \
36 libgtest-dev \
41 python-dev \
[all …]
/external/protobuf/jenkins/docker/
DDockerfile12 # Apt source for old Python versions.
13 RUN echo 'deb http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu trusty main' > /etc/apt/sources.lis…
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB82666C
16 # Apt source for Oracle Java.
17 …launchpad.net/webupd8team/java/ubuntu trusty main' > /etc/apt/sources.list.d/webupd8team-java-trus…
18 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 && \
19 …echo "oracle-java7-installer shared/accepted-oracle-license-v1-1 select true" | debconf-set-select…
21 # Apt source for Mono
22 run echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list…
23 …echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc…
[all …]
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt5 16.04 server (64-bit) distribution is used and the web server is
17 ------------------
20 - default installation
21 - upgraded to latest package versions
22 sudo apt-get update
23 sudo apt-get upgrade
26 sudo apt-get install sqlite3
27 sudo apt-get install apache2
28 sudo apt-get install php-sqlite3 php-xml libapache2-mod-php
31 sudo apt-get install build-essential
[all …]
/external/libcxx/utils/docker/scripts/
Dinstall_clang_packages.sh2 #===- libcxx/utils/docker/scripts/install_clang_package.sh -----------------===//
9 #===-----------------------------------------------------------------------===//
11 set -e
19 -h|--help show this help message
20 --version the numeric version of the package to use.
26 while [[ $# -gt 0 ]]; do
28 --version)
33 -h|--help)
45 curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
46 add-apt-repository -s "deb http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs…
[all …]
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
19 RUN apt-get update && apt-get install debian-keyring && apt-key update
22 RUN apt-get update && apt-key update && apt-get install -y \
24 autotools-dev \
25 build-essential \
30 gcc-multilib \
34 libc6-dbg \
35 libc6-dev \
36 libgtest-dev \
41 python-dev \
[all …]
/external/brotli/
D.travis.yml5 - master
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
14 apt:
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
23 apt:
[all …]
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_jessie_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean
19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…
20 … echo "deb https://download.mono-project.com/repo/debian stable-jessie main" | tee /etc/apt/source…
22 RUN apt-get update && apt-get install -y \
23 mono-devel \
25 && apt-get clean
27 RUN apt-get update && apt-get install -y unzip && apt-get clean
29 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore
30 RUN apt-get update && apt-get install -y curl && apt-get clean
[all …]
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_ubuntu1604_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean
19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…
20 … echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | tee /etc/apt/source…
22 RUN apt-get update && apt-get install -y \
23 mono-devel \
25 && apt-get clean
27 RUN apt-get update && apt-get install -y unzip && apt-get clean
29 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore
30 RUN apt-get update && apt-get install -y curl && apt-get clean
[all …]
/external/grpc-grpc/tools/gce/
Dlinux_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
41 libc6-dbg \
[all …]
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
41 libc6-dbg \
[all …]
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_jessie_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean
19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…
20 … echo "deb https://download.mono-project.com/repo/debian stable-jessie main" | tee /etc/apt/source…
22 RUN apt-get update && apt-get install -y \
23 mono-devel \
25 && apt-get clean
27 RUN apt-get update && apt-get install -y unzip && apt-get clean
29 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore
30 RUN apt-get update && apt-get install -y curl && apt-get clean
[all …]
/external/grpc-grpc/templates/tools/dockerfile/
Dcsharp_deps.include5 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…
6 RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.list…
7 …echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /etc/
8 …echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc…
11 RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y ${'\\'}
12 mono-devel ${'\\'}
13 ca-certificates-mono ${'\\'}
15 && apt-get clean
17 RUN nuget update -self
Dbazel.include3 RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/source…
4 RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
5 RUN apt-get -y update && apt-get -y install bazel=0.15.0 && apt-get clean
/external/grpc-grpc/tools/dockerfile/test/bazel/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y software-properties-common python-software-properties
19 RUN add-apt-repository ppa:webupd8team/java
20 RUN apt-get update && apt-get -y install \
22 build-essential \
26 openjdk-8-jdk \
34 RUN apt-get update && apt-get install -y \
35 python-all-dev \
36 python3-all-dev \
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Ubuntu](#ubuntu---binary)
6 - [Fedora](#fedora---binary)
7 - [Arch](#arch---aur)
8 - [Gentoo](#gentoo---portage)
9 - [openSUSE](#opensuse---binary)
10 - [RHEL](#redhat---binary)
12 - [Debian](#debian---source)
13 - [Ubuntu](#ubuntu---source)
14 - [Fedora](#fedora---source)
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pi_python3_toolchain.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 dpkg --add-architecture armhf
18 …tp://ports.ubuntu.com/ trusty main restricted universe multiverse' >> /etc/apt/sources.list.d/armh…
19 …deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multiverse' >> /…
20 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiverse' >> /…
21 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multiverse' >> …
22 sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#…
23 apt-get update
24 apt-get install -y libpython3-all-dev:armhf
25 echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/s…
[all …]
Dinstall_pi_toolchain.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 dpkg --add-architecture armhf
18 …tp://ports.ubuntu.com/ trusty main restricted universe multiverse' >> /etc/apt/sources.list.d/armh…
19 …deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multiverse' >> /…
20 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiverse' >> /…
21 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multiverse' >> …
22 sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#…
23 apt-get update
24 apt-get install -y libpython-all-dev:armhf
25 echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/s…
[all …]

1234