Home
last modified time | relevance | path

Searched +full:apt +full:- +full:transport +full:- +full:https (Results 1 – 25 of 51) sorted by relevance

123

/external/google-cloud-java/owl-bot-postprocessor/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 # Specifying our own image is more reliable than 3rd-party image, which
17 FROM gcr.io/cloud-devrel-public-resources/java17
19 RUN apt-get update && \
20 apt-get -y upgrade && \
21 apt-get install wget && \
22 apt-get install unzip && \
23 apt -y install git && \
24apt-get install -y --no-install-recommends libxml2-utils apt-transport-https ca-certificates gnupg…
25 rm -rf /var/cache/apt
[all …]
/external/grpc-grpc/templates/tools/dockerfile/
Dcsharp_deps.include5 RUN apt-get update && apt-get install -y cmake && apt-get clean
8 RUN apt-get update && apt-get install -y apt-transport-https dirmngr && apt-get clean
9 RUN apt-key adv --no-tty --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14D…
10 RUN echo "deb https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sour…
11 RUN apt-get update && apt-get install -y ${'\\'}
12 mono-devel ${'\\'}
13 ca-certificates-mono ${'\\'}
15 && apt-get clean
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/csharp_debian10_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y apt-transport-https ca-certificates curl dirmngr gnupg unz…
20 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…
21 …&& echo "deb https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sour…
22 && apt-get update && apt-get install -y mono-devel nuget \
23 && apt-get clean
26 RUN wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb \
27 && dpkg -i packages-microsoft-prod.deb \
28 && apt update \
29 && apt install -y dotnet-sdk-3.1 \
[all …]
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_debian10_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt update && apt -y upgrade
18 RUN apt install -y apt-transport-https ca-certificates curl dirmngr gnupg unzip wget && apt clean
21 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…
22 …&& echo "deb https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sour…
23 && apt update && apt install -y mono-devel nuget \
24 && apt clean
27 RUN wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb \
28 && dpkg -i packages-microsoft-prod.deb \
29 && apt update \
[all …]
/external/rust/crates/grpcio-sys/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 RUN echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | tee /etc/apt/sour…
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 curl && apt-get clean
31 RUN curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_SDK_VERSI…
32 && mkdir -p /usr/share/dotnet \
[all …]
/external/oss-fuzz/projects/librawspeed/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19apt-get install -y apt-transport-https ca-certificates gnupg software-properties-common wget && \
20 … wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - && \
21 apt-add-repository 'deb https://apt.kitware.com/ubuntu/ focal main' && \
22 apt-get update && apt-get install -y cmake make
23 RUN git clone --depth 1 https://github.com/darktable-org/rawspeed.git librawspeed
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_ubuntu2204_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt update && apt -y upgrade
18 RUN apt install -y apt-transport-https ca-certificates gnupg wget unzip && apt clean
21 RUN wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages
22 && dpkg -i packages-microsoft-prod.deb \
23 && rm packages-microsoft-prod.deb \
24 && apt update \
25 && apt install -y dotnet-sdk-8.0 \
26 && apt clean
/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 ca-certificates apt-transport-https
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/python/python-api-core/.kokoro/docker/docs/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
23 RUN apt-get update \
24 && apt-get install -y --no-install-recommends \
25 apt-transport-https \
26 build-essential \
27 ca-certificates \
31 gpg-agent \
33 libbz2-dev \
34 libdb5.3-dev \
35 libexpat1-dev \
[all …]
/external/python/google-auth-library-python/.kokoro/docker/docs/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
23 RUN apt-get update \
24 && apt-get install -y --no-install-recommends \
25 apt-transport-https \
26 build-essential \
27 ca-certificates \
31 gpg-agent \
33 libbz2-dev \
34 libdb5.3-dev \
35 libexpat1-dev \
[all …]
/external/python/bumble/docs/mkdocs/src/transports/
Dusb.md1 USB TRANSPORT
4 The USB transport interfaces with a local Bluetooth USB dongle.
7 The moniker for a USB transport is either:
11 * `usb:<vendor>:<product>/<serial-number>`
13 * `usb:<bus>-<port_numbers>`
15 with `<index>` as a 0-based index (0 being the first one) to select amongst all the matching device…
25 This may be useful for some devices that use a custom class/subclass but may nonetheless work as-is.
43 `usb:3-3.4.1`
48 The library includes two different implementations of the USB transport, implemented using differen…
49transport prefix `pyusb:` instead of `usb:` selects the implementation based on [PyUSB](https://p…
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bootstrap_deb_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
20 bash -c "echo 'APT::Acquire::Retries \"3\";' > /etc/apt/apt.conf.d/80-retries"
23 apt-get update
24 apt-get install -y --no-install-recommends \
25 apt-transport-https ca-certificates software-properties-common
26 apt-get clean
27 rm -rf /var/lib/apt/lists/*
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/android_ndk/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
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 …echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt
[all …]
/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/sdv/vsomeip/third_party/boost/thread/
Dcircle.yml7 - run:
12 sudo apt-get install -y software-properties-common apt-transport-https
14 # https://github.com/ilikenwf/apt-fast
15 sudo add-apt-repository -y ppa:apt-fast/stable
16 sudo apt-get update
17 sudo apt-get -y install apt-fast
19 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
20 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
21 …echo "deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main" | sudo tee -a /etc/apt/sour…
22 …echo "deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main" | sudo tee -a /etc/apt/sour…
[all …]
/external/AFLplusplus/
DDockerfile3 # installs LLVM 14 for afl-clang-lto support.
5 # GCC 11 is used instead of 12 because genhtml for afl-cov doesn't like it.
31 RUN apt-get update && apt-get full-upgrade -y && \
32 apt-get install -y --no-install-recommends wget ca-certificates apt-utils && \
33 rm -rf /var/lib/apt/lists/*
35 …o "deb [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg.key] http://apt.llvm.org/jammy/ llvm-toolcha…
36 wget -qO /etc/apt/keyrings/llvm-snapshot.gpg.key https://apt.llvm.org/llvm-snapshot.gpg.key
38 RUN apt-get update && \
39 apt-get -y install --no-install-recommends \
40 make cmake automake meson ninja-build bison flex \
[all …]
/external/grpc-grpc/tools/gce/
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/rust/crates/grpcio-sys/grpc/tools/gce/
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/libcxx/utils/docker/debian9/
DDockerfile1 #===- libcxx/utils/docker/debian9/Dockerfile -------------------------===//
8 #===----------------------------------------------------------------------===//
11 FROM launcher.gcr.io/google/debian9:latest as builder-base
14 RUN apt-get update && \
15 apt-get install -y --no-install-recommends \
16 ca-certificates \
18 build-essential \
25 ninja-build \
28 gcc-multilib \
29 g++-multilib \
[all …]
/external/sdv/vsomeip/third_party/boost/optional/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
17 fail-fast: false
20 - name: "TOOLSET=gcc COMPILER=g++ CXXSTD=03,11 Job 0"
24 os: "ubuntu-16.04"
32 - name: "TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 1"
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
20 fail-fast: false
23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 BOOST_DATE Job 0"
25 packages: "g++-4.8"
27 os: "ubuntu-16.04"
[all …]

123