Skip to content

Commit 992422c

Browse files
[ci] Remove tools from Dockerfile (flutter#4649)
Remove the Firebase Test Lab tools from the Dockerfile, since we are no longer running FTL tests in Cirrus.
1 parent 040e163 commit 992422c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.ci/Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,3 @@
44
FROM cirrusci/flutter@sha256:d99b1ba2602240a74722970b5c0cd704bbe60a7eba7557157c784f2f693c393f
55

66
RUN 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

0 commit comments

Comments
 (0)