File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 44FROM cirrusci/flutter@sha256:d99b1ba2602240a74722970b5c0cd704bbe60a7eba7557157c784f2f693c393f
55
66RUN apt-get update -y
7-
8- # Set up Firebase Test Lab requirements.
9- RUN apt-get install -y --no-install-recommends gnupg
10- RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | \
11- sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
12- RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | \
13- sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
14- RUN apt-get update && apt-get install -y google-cloud-sdk && \
15- gcloud config set core/disable_usage_reporting true && \
16- gcloud config set component_manager/disable_update_check true
You can’t perform that action at this time.
0 commit comments