Searched +full:apt +full:- +full:get (Results 1 – 25 of 1030) sorted by relevance
12345678910>>...42
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-trusty 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 clean30 RUN apt-get install -y apt-transport-https31 RUN sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty ma…[all …]
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 …]
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.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 …]
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.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 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 …]
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 \7 autotools-dev \8 build-essential \15 libc6-dbg \16 libc6-dev \17 libgtest-dev \23 && apt-get clean26 RUN apt-get update && apt-get install -y python2.7 python-all-dev27 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.730 RUN apt-get update && apt-get install -y \[all …]