Lines Matching +full:- +full:qq
2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
17 …FROM php:${settings.php_version.php_current_version()}-${settings.php_version.php_debian_version()}
19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'}
21 pkg-config unzip zlib1g-dev
23 ARG MAKEFLAGS=-j8
28 RUN curl -sSL https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/${'\\'}
29 protoc-3.8.0-linux-x86_64.zip -o /tmp/protoc.zip && ${'\\'}
30 unzip -qq protoc.zip && ${'\\'}
37 git submodule update --init && ${'\\'}
38 cd third_party/protobuf && git submodule update --init