This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Description
Please make sure that you have checked the boxes:
Description of issue:
Building the Dockerfile in develop is now failing with the following error stream:
Step 4/14 : RUN apt-get update && apt-get install -y curl git sudo apt-transport-https gnupg && curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list && apt-get update && apt-get install -y -q dart=1.24.* && rm -rf /var/lib/apt/lists/*
---> Running in d53edc41172c
...
...
...
Fetched 2797 B in 3s (862 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
E: Version '1.24.*' for 'dart' was not found
The command '/bin/sh -c apt-get update && apt-get install -y curl git sudo apt-transport-https gnupg && curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list && apt-get update && apt-get install -y -q dart=1.24.* && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
I think this is because the dart package doesn't seem to exist anymore.