Lines Matching refs:install
36 RUN apt-get update && apt-get install -y bash curl
39 RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils pytho…
42 RUN apt-get update && apt-get install -y language-pack-en language-pack-fr \
52 # We also install <latest-2> because we need to support the "latest-1" of the
59 RUN apt-get update && apt-get install -y lsb-release wget software-properties-common
62 RUN apt-get update && apt-get install -y clang-$(($LLVM_LATEST_VERSION - 2))
75 RUN apt-get install -y clang-format-$LLVM_LATEST_VERSION
80 RUN apt-get install -y clang-tidy-$LLVM_LATEST_VERSION
83 # Install the most recent GCC, like clang install the previous version as a transition.
85 RUN apt-get update && apt install -y gcc-$((GCC_LATEST_VERSION - 1)) g++-$((GCC_LATEST_VERSION - 1))
86 RUN apt-get update && apt install -y gcc-$GCC_LATEST_VERSION g++-$GCC_LATEST_VERSION
89 …b.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1-linux-x86_64.sh -O /tmp/install-cmake.sh
90 RUN bash /tmp/install-cmake.sh --prefix=/usr --exclude-subdir --skip-license
91 RUN rm /tmp/install-cmake.sh
95 RUN apt-get update && apt-get install -y sudo
103 RUN bash -c "$(curl -sL https://raw.githubusercontent.com/buildkite/agent/main/install.sh)"