Very simple set up (no dockerfile etc). failing on what looks like the provision of the container
Removing intermediate container 9f3c9d91d6b1
---> d9988d005870
Step 14/53 : RUN wget --quiet -O - https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && DISTRO="bionic" && echo "deb https://deb.nodesource.com/node_10.x $DISTRO main" >> /etc/apt/sources.list.d/nodesource.list && echo "deb-src https://deb.nodesource.com/node_10.x $DISTRO main" >> /etc/apt/sources.list.d/nodesource.list
---> Running in 2a0b7819c6f7
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
Removing intermediate container 2a0b7819c6f7
---> 4d996a72d6dc
Step 15/53 : RUN apt-get -qq update && apt-get -qq install --yes --no-install-recommends less nodejs unzip > /dev/null && apt-get -qq purge && apt-get -qq clean && rm -rf /var/lib/apt/lists/*
---> Running in 7fcf312c303e
E: The repository 'https://deb.nodesource.com/node_10.x bionic Release' does not have a Release file.
Removing intermediate container 7fcf312c303e
The command '/bin/sh -c apt-get -qq update && apt-get -qq install --yes --no-install-recommends less nodejs unzip > /dev/null && apt-get -qq purge && apt-get -qq clean && rm -rf /var/lib/apt/lists/*' returned a non-zerocode: 100
"Normal" binder works.
here is the repo
https://github.com/ARM-Development/PyART-Training
Very simple set up (no dockerfile etc). failing on what looks like the provision of the container
"Normal" binder works.
here is the repo
https://github.com/ARM-Development/PyART-Training