Searched +full:apt +full:- +full:get (Results 1 – 25 of 525) sorted by relevance
12345678910>>...21
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.015 FROM silkeh/clang:19-bookworm21 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 …]