Searched +full:apt +full:- +full:get (Results 1 – 25 of 250) sorted by relevance
12345678910
1 # SPDX-License-Identifier: MIT4 # Use of this source code is governed by an MIT-style12 static-linking-test:14 runs-on: ubuntu-latest16 - uses: actions/checkout@v217 - run: scripts/run-tests.sh static_linking19 dynamic-linking-test:21 runs-on: ubuntu-latest23 - uses: actions/checkout@v224 - run: scripts/run-tests.sh dynamic_linking[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 …]
5 RUN apt-get update && apt-get install -y \7 autotools-dev \8 build-essential \15 libc6-dbg \16 libc6-dev \17 libgtest-dev \26 libonig-dev \27 libsqlite3-dev \28 && apt-get clean31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \[all …]
3 set -e4 set -o xtrace8 apt-get install -y ca-certificates gnupg2 software-properties-common10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list16 python3-dev \17 python3-pip \18 python3-setuptools \19 python3-wheel \23 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"[all …]
3 set -e4 set -o xtrace8 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.list19 python3-pip \20 python3-setuptools \23 apt-get update25 apt-get install -y --no-remove \[all …]
3 set -e4 set -o xtrace6 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 \25 glslang-tools \28 libdrm-dev \29 libelf-dev \[all …]
5 # Enabling backports gives us access to clang-6 and makes it more likely that6 # 'apt-get build-dep' will install the correct dependencies.13 # Hosts can install this by adding the stretch-backports debian source (see next RUN)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/*[all …]
3 RUN apt-get update && apt-get install -y gnupg7 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \9 autotools-dev \10 build-essential \17 libc6-dbg \18 libc6-dev \19 libgtest-dev \25 && apt-get clean30 RUN apt-get install -y \31 # -- For javascript and closure compiler -- \[all …]
1 FROM obgm/libcoap:build-env3 RUN apt-get update && apt-get install -y cmake git g++4 RUN apt-get clean10 RUN ./autogen.sh --clean && ./autogen.sh11 RUN ./configure --disable-documentation --enable-tests --enable-examples --with-openssl && make ins…14 RUN git clone --depth 1 https://github.com/cabo/cn-cbor.git && cd cn-cbor && ./build.sh all doc ins…17 FROM debian:testing-slim19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \20 pkg-config libssl-dev libgnutls28-dev libmbedtls-dev21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim[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 libunwind8 libicu57 && apt-get clean29 RUN wget -q https://dot.net/v1/dotnet-install.sh && \30 chmod u+x dotnet-install.sh && \[all …]
3 set -e4 set -o xtrace12 dpkg --add-architecture $arch13 apt-get update15 apt-get install -y --no-remove \17 crossbuild-essential-$arch \18 libelf-dev:$arch \19 libexpat1-dev:$arch \20 libpciaccess-dev:$arch \22 libvulkan-dev:$arch \[all …]
3 set -ex6 ARCH_PACKAGES="firmware-qcom-media7 firmware-linux-nonfree10 libglu1-mesa11 libvulkan-dev15 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"19 ARCH_PACKAGES="firmware-amd-graphics20 inetutils-syslogd[all …]
7 sudo apt-get update -qq9 if [ "$LWS_METHOD" == "lwsws" -o "$LWS_METHOD" == "lwsws2" ];11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto12 sudo apt-get remove python-six17 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz221 sudo update-ca-certificates24 if [ "$LWS_METHOD" == "mbedtls" -o "$LWS_METHOD" == "ss+mbedtls" ];26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind27 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz231 sudo update-ca-certificates[all …]
7 - compiler: gcc9 apt:11 - lcov13 - compiler: gcc15 apt:17 - g++-multilib18 - libc6:i38620 - COMPILER=g++21 - C_COMPILER=gcc22 - BUILD_TYPE=Debug[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 install -y \27 # -- For all Java builds -- \29 # -- For java_linkage_monitor \[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 \25 libsqlite3-dev \26 && apt-get clean29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \32 libcurl4-openssl-dev \[all …]
5 RUN buildDeps='binutils build-essential vim nasm git' \6 && apt-get update \7 && apt-get install -y --no-install-recommends --force-yes $buildDeps \8 && apt-get clean \9 && apt-get autoremove -y \11 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5 CFLAGS: -Werror6 MAKEFLAGS: -j11 runs-on: ubuntu-18.0413 fail-fast: false18 - uses: actions/checkout@v219 - name: install22 sudo apt-get update -qq23 sudo apt-get install -qq python3 python3-pip lcov25 gcc --version27 # setup a ram-backed disk to speed up reentrant tests[all …]
2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/master/.kokoro/publish-docs.sh4 set -eo pipefail12 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 unzip17 wget https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_…18 unzip protoc-3.11.2-linux-x86_64.zip bin/protoc20 python3.6 -m venv venv[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 \25 libsqlite3-dev \26 && apt-get clean29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \31 libcurl4-openssl-dev \[all …]
2 # Inspired by https://github.com/eirslett/chrome-karma-docker4 # Tests will be run as non-root (user skia, in fact), so /OUT should have permissions9 RUN apt-get update && apt-get upgrade -y11 RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb12 RUN dpkg -i dumb-init_*.deb14 ENTRYPOINT ["/usr/bin/dumb-init", "--"]16 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-stable20 #Add user so we don't have to run as root (prevents us from over-writing files in /SRC)[all …]
3 # Tests will be run as non-root (user skia, in fact), so /OUT should have permissions8 RUN apt-get update && apt-get upgrade -y10 RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb11 RUN dpkg -i dumb-init_*.deb13 …//github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker14 # recommends using dumb-init to "prevent zombie chrome processes"15 ENTRYPOINT ["/usr/bin/dumb-init", "--"]17 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -18 RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/s…19 RUN apt-get update && apt-get install -y google-chrome-stable[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 install -y \27 google-perftools \28 libgoogle-perftools4 \[all …]
1 FROM debian:10-slim3 RUN apt-get update && apt-get upgrade -y && apt-get install -y \4 build-essential \5 ca-certificates \6 libfontconfig-dev \7 libglu-dev \9 && rm -rf /var/lib/apt/lists/*
12 # Apt source for php13 …://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/various-php.list…14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB0718 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \20 autotools-dev \21 build-essential \28 libc6-dbg \29 libc6-dev \30 libgtest-dev \37 # -- For python --[all …]