Lines Matching +full:apt +full:- +full:get
7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
42 python-yaml \
46 zip && apt-get clean
50 RUN apt-get update && apt-get install -y time && apt-get clean
53 RUN apt-get update && apt-get install -y python-pip && apt-get clean
54 RUN pip install --upgrade google-api-python-client
61 RUN apt-get update && apt-get install -y \
62 python-all-dev \
63 python3-all-dev \
64 python-pip
67 RUN pip install --upgrade pip==10.0.1
73 RUN apt-get update && apt-get -y install libgflags-dev libgtest-dev libc++-dev clang && apt-get cle…
77 RUN apt-get update && apt-get install -y \
78 python-pip \
83 python-virtualenv \
84 python-lxml \
88 RUN apt-get update && apt-get -y install wget xz-utils
89 RUN wget http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz
90 RUN tar xf clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz
91 RUN ln -s /clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin/clang-format /usr/local/bin/clang-format
92 ENV CLANG_FORMAT=clang-format
93 RUN ln -s /clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin/clang-tidy /usr/local/bin/clang-tidy
94 ENV CLANG_TIDY=clang-tidy