Searched +full:apt +full:- +full:get (Results 1 – 25 of 441) sorted by relevance
12345678910>>...18
7 # http://www.apache.org/licenses/LICENSE-2.018 RUN apt-get update && apt-get install -y \20 autotools-dev \21 build-essential \27 gcc-multilib \33 libc6-dbg \34 libc6-dev \35 libgtest-dev \40 python-dev \41 python-setuptools \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.016 RUN sed -i '/deb http:\/\/http.debian.net\/debian jessie-updates main/d' /etc/apt/sources.list19 RUN apt-get update && apt-get install -y \21 autotools-dev \22 build-essential \28 gcc-multilib \34 libc6-dbg \35 libc6-dev \36 libgtest-dev \41 python-dev \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.017 RUN apt-get update && apt-get install -y apt-transport-https dirmngr gnupg ca-certificates && apt-g…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-stretch main" | tee /etc/apt/source…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 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 … 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 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.019 RUN apt-get update && apt-get install -y \21 autotools-dev \22 build-essential \28 gcc-multilib \34 libc6-dbg \35 libc6-dev \36 libgtest-dev \41 python-dev \42 python-setuptools \[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 …]
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 … 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 clean27 RUN apt-get update && apt-get install -y unzip && apt-get clean29 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore30 RUN apt-get update && apt-get install -y curl && apt-get clean[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 …echo "deb https://download.mono-project.com/repo/debian stable-stretch main" | tee /etc/apt/source…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.016 RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list19 RUN apt-get update && apt-get install -y \22 build-essential \28 pkg-config \29 unzip && apt-get clean31 RUN apt-get update && apt-get install -y golang && apt-get clean33 …echo "deb http://archive.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/je…34 RUN echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf35 RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list[all …]
7 # http://www.apache.org/licenses/LICENSE-2.018 RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list21 RUN apt-get update && apt-get install -y \23 autotools-dev \24 build-essential \29 gcc-multilib \33 libc6-dbg \34 libc6-dev \35 libgtest-dev \40 python-dev \[all …]
1 diff --git a/third_party/boringssl b/third_party/boringssl3 --- a/third_party/boringssl5 @@ -1 +1 @@6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e98 diff --git a/third_party/gflags b/third_party/gflags10 --- a/third_party/gflags12 @@ -1 +1 @@13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f5902915 diff --git a/third_party/googletest b/third_party/googletest17 --- a/third_party/googletest[all …]
1 FROM circleci/buildpack-deps:bionic3 RUN sudo apt-get -y -qq update4 RUN sudo apt-get -y install software-properties-common5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test6 RUN sudo apt-get -y install cmake7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i3869 RUN sudo apt-get -y install clang clang-tools10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-611 RUN sudo apt-get -y install valgrind[all …]
7 # http://www.apache.org/licenses/LICENSE-2.019 RUN apt-get update && apt-get install -y debian-keyring && apt-key update22 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 …]