You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For permissions issues (Access Denied and credential related errors), please refer to the requisite docs before submitting an issue: AWS, GCP, OpenStack, GitHub
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.
Please make sure that you have checked the boxes:
AWS, GCP, OpenStack, GitHub
Description of issue:
Building the Dockerfile in develop is now failing with the following error stream:
I think this is because the dart package doesn't seem to exist anymore.