Searched +full:apt +full:- +full:get (Results 1 – 25 of 1044) sorted by relevance
12345678910>>...42
7 # http://www.apache.org/licenses/LICENSE-2.021 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 \38 libc6-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.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 …]