Lines Matching +full:install +full:- +full:deps
2 # Use of this source code is governed by a BSD-style license that can be
11 FROM docker.io/debian:testing-slim
13 # Add foreign architectures for cross-compilation.
14 RUN dpkg --add-architecture arm64 \
15 && dpkg --add-architecture armhf
17 # Use ./tools/deps/install-*-debs scripts to install debian packages
18 …Y --chmod=555 tools/deps/install-x86_64-debs tools/deps/install-aarch64-debs tools/deps/install-ar…
19 RUN cd /tools/deps \
20 && apt-get update \
21 && apt-get install --yes sudo curl \
22 && ./install-x86_64-debs \
23 && ./install-aarch64-debs \
24 && ./install-armhf-debs \
25 && ./install-mingw64-debs