Searched refs:apt (Results 1 – 25 of 263) sorted by relevance
1234567891011
3 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 valgrind12 RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnue…
8 apt-get install -y ca-certificates gnupg2 software-properties-common10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key24 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"26 apt-get update27 apt-get dist-upgrade -y29 apt-get install -y --no-remove \62 apt-get install -y --no-install-recommends \73 apt-get purge -y $STABLE_EPHEMERAL75 apt-get autoremove -y --purge
8 apt-get install -y ca-certificates gnupg2 software-properties-common11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list23 apt-get update25 apt-get install -y --no-remove \85 apt-get purge -y $STABLE_EPHEMERAL
6 apt-get -y install ca-certificates7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list8 echo 'deb https://deb.debian.org/debian buster main' >/etc/apt/sources.list.d/buster.list9 apt-get update11 apt-get -y install \60 apt-get install -y --no-remove -t buster \
52 apt-get install -y --no-remove \66 apt-key add .gitlab-ci/container/debian/winehq.gpg.key67 apt-add-repository https://dl.winehq.org/wine-builds/debian/68 apt update -qyy74 apt install -y --no-remove --install-recommends winehq-stable195 apt-get purge -y \198 apt-get autoremove -y --purge
17 apt-get update18 apt-get install -y apt-utils software-properties-common apt-transport-https sudo curl wget zip unzip19 apt-get update20 apt-get dist-upgrade -y22 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | t…24 wget -qO- https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -25 wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -27 apt-add-repository -y 'deb https://apt.kitware.com/ubuntu/ xenial main'28 echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list29 …googleapis.com/download.dartlang.org/linux/debian/dart_unstable.list >/etc/apt/sources.list.d/dart…[all …]
59 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -60 add-apt-repository "${REPO_NAME}"61 apt-get update62 apt-get install -y clang-$LLVM_VERSION lldb-$LLVM_VERSION lld-$LLVM_VERSION clangd-$LLVM_VERSION
6 # 'apt-get build-dep' will install the correct dependencies.14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`15 RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list && \16 echo "deb-src http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list && \17 apt-get update && apt-get upgrade -y && \18 apt-get install -y wget clang-6.0 && \19 apt-get -t stretch-backports build-dep -y mesa && \20 rm -rf /var/lib/apt/lists/*
6 # 'apt-get build-dep' will install the correct dependencies.14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \17 apt-get update && apt-get upgrade -y && \18 apt-get install -y wget clang-6.0 && \19 apt-get build-dep -y mesa && \20 rm -rf /var/lib/apt/lists/*
5 RUN apt-get update && apt-get install -y \28 && apt-get clean31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \41 && apt-get clean94 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \96 && apt-get clean
3 RUN apt-get update && apt-get install -y gnupg7 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \25 && apt-get clean30 RUN apt-get install -y \
7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…9 apt update14 apt="apt install -y --no-install-recommends"16 $apt \52 $apt ruby-asciidoctor-pdf || true53 $apt asciidoc-dblatex || true
16 RUN apt-get update -y17 RUN apt-get upgrade -y20 RUN apt-get install -y --no-install-recommends \26 apt-transport-https \31 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -32 RUN echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sourc…35 …-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | \36 tee -a /etc/apt/sources.list.d/google-cloud-sdk.list38 RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | \39 apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -[all …]
7 sudo apt-get update -qq11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto12 sudo apt-get remove python-six26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind36 sudo apt-get install -y -qq realpath libjemalloc1 libev446 sudo apt-get install -y -qq libev-dev;51 sudo apt-get install -y -qq libuv-dev;
5 RUN apt-get update && apt-get install -y \23 && apt-get clean26 RUN apt-get update && apt-get install -y libunwind8 libicu57 && apt-get clean
3 RUN apt-get update && apt-get install -y cmake git g++4 RUN apt-get clean19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim22 RUN apt-get clean
51 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A1…52 sudo apt install apt-transport-https53 echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sou…54 sudo apt update55 sudo apt-get install -y nuget
5 RUN apt-get update && apt-get install -y \23 && apt-get clean26 RUN apt-get install -y \31 && apt-get clean
12 sudo apt-get update13 sudo apt-get -y install software-properties-common14 sudo add-apt-repository universe15 sudo apt-get update16 sudo apt-get -y install unzip36 sudo apt-get -y install jq
15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common16 apt-key add /llvm-snapshot.gpg.key17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"46 apt-get update47 apt-get -y install --no-install-recommends \101 apt-get purge -y \132 if ! apt-get remove --purge --yes "${PACKAGE}"138 apt-get autoremove --yes || true222 rm -rf etc/apt
3 1012 sudo apt install autopoint5 1014 sudo apt install pygobject-3.06 1015 sudo apt install pygobject7 1016 sudo apt install python-gi-dev9 1018 sudo apt install cython85 1094 sudo apt install glib-2.086 1095 sudo apt install glib=2.087 1096 apt search glib89 1098 sudo apt install glib290 1099 sudo apt install glib-2.0[all …]
9 RUN apt-get update && apt-get upgrade -y16 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -17 RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/s…18 RUN apt-get update && apt-get install -y google-chrome-stable
3 RUN apt-get update && apt-get upgrade -y && apt-get install -y \9 && rm -rf /var/lib/apt/lists/*
4 apt-get update && apt-get upgrade -y && apt-get install -y \11 && rm -rf /var/lib/apt/lists/*