Searched +full:apt +full:- +full:transport +full:- +full:https (Results 1 – 25 of 51) sorted by relevance
123
7 # http://www.apache.org/licenses/LICENSE-2.015 # Specifying our own image is more reliable than 3rd-party image, which17 FROM gcr.io/cloud-devrel-public-resources/java1719 RUN apt-get update && \20 apt-get -y upgrade && \21 apt-get install wget && \22 apt-get install unzip && \23 apt -y install git && \24 …apt-get install -y --no-install-recommends libxml2-utils apt-transport-https ca-certificates gnupg…25 rm -rf /var/cache/apt[all …]
5 RUN apt-get update && apt-get install -y cmake && apt-get clean8 RUN apt-get update && apt-get install -y apt-transport-https dirmngr && apt-get clean9 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
7 # http://www.apache.org/licenses/LICENSE-2.017 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 clean26 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.017 RUN apt update && apt -y upgrade18 RUN apt install -y apt-transport-https ca-certificates curl dirmngr gnupg unzip wget && apt clean21 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 clean27 RUN wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb \28 && dpkg -i packages-microsoft-prod.deb \29 && apt update \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.017 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean19 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 clean27 RUN apt-get update && apt-get install -y curl && apt-get clean31 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && \19 … apt-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 make23 RUN git clone --depth 1 https://github.com/darktable-org/rawspeed.git librawspeed
7 # http://www.apache.org/licenses/LICENSE-2.017 RUN apt update && apt -y upgrade18 RUN apt install -y apt-transport-https ca-certificates gnupg wget unzip && apt clean21 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
3 set -e5 apt-get update -qq6 apt-get install -y --no-install-recommends wget gnupg ca-certificates apt-transport-https8 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 | cat13 # 15CF4D18AF4F7421 is the key for the http://apt.llvm.org/artful PPA.14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 15CF4D18AF4F7421 | cat16 apt-get update -qq17 apt-get install -y --allow-unauthenticated --no-install-recommends \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.023 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 …]
1 USB TRANSPORT4 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…49 …transport prefix `pyusb:` instead of `usb:` selects the implementation based on [PyUSB](https://p…[all …]
8 # http://www.apache.org/licenses/LICENSE-2.017 set -e20 bash -c "echo 'APT::Acquire::Retries \"3\";' > /etc/apt/apt.conf.d/80-retries"23 apt-get update24 apt-get install -y --no-install-recommends \25 apt-transport-https ca-certificates software-properties-common26 apt-get clean27 rm -rf /var/lib/apt/lists/*
7 # http://www.apache.org/licenses/LICENSE-2.020 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md21 RUN apt-get update && apt-get install -y \22 build-essential \25 pkg-config \26 && apt-get clean29 RUN apt-get update && apt-get install -y \32 && apt-get clean35 RUN apt-get update && apt-get install -y \37 libc6-dbg \[all …]
2 # $ 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.049 FROM gcr.io/clang-docker-builder/clang-ubuntu14_0412 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http…13 rm -rf /var/lib/apt/lists/* && \16 …apt-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 …]
7 - run:12 sudo apt-get install -y software-properties-common apt-transport-https14 # https://github.com/ilikenwf/apt-fast15 sudo add-apt-repository -y ppa:apt-fast/stable16 sudo apt-get update17 sudo apt-get -y install apt-fast19 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test20 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 …]
3 # 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.key38 RUN apt-get update && \39 apt-get -y install --no-install-recommends \40 make cmake automake meson ninja-build bison flex \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.020 set -ex22 sudo apt-get update25 sudo apt-get install -y openjdk-8-jdk26 sudo apt-get install -y unzip lsof28 sudo apt-get install -y \30 autotools-dev \31 build-essential \36 gcc-multilib \41 libc6-dbg \[all …]
1 #===- libcxx/utils/docker/debian9/Dockerfile -------------------------===//8 #===----------------------------------------------------------------------===//11 FROM launcher.gcr.io/google/debian9:latest as builder-base14 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 …]
7 - master8 - develop9 - githubactions*10 - feature/**11 - fix/**12 - pr/**17 fail-fast: false20 - 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 …]
7 - master8 - develop9 - githubactions*10 - feature/**11 - fix/**12 - pr/**20 fail-fast: false23 - 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 …]