Skip to content

Commit

Permalink
[ci] Remove tools from Dockerfile (#4649)
Browse files Browse the repository at this point in the history
Remove the Firebase Test Lab tools from the Dockerfile, since we are no longer running FTL tests in Cirrus.
  • Loading branch information
stuartmorgan authored Aug 5, 2023
1 parent 040e163 commit 992422c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,3 @@
FROM cirrusci/flutter@sha256:d99b1ba2602240a74722970b5c0cd704bbe60a7eba7557157c784f2f693c393f

RUN apt-get update -y

# Set up Firebase Test Lab requirements.
RUN apt-get install -y --no-install-recommends gnupg
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | \
sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | \
sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
RUN apt-get update && apt-get install -y google-cloud-sdk && \
gcloud config set core/disable_usage_reporting true && \
gcloud config set component_manager/disable_update_check true

0 comments on commit 992422c

Please sign in to comment.