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
Workaround (update the Dockerfile), I basically used a new node image which benefits from the update.
I want to build a runtime for node 6.10.3, but using a node 10.15.3 image, don't know if that may cause issue, if you have any advice.
FROM node:10.15.3-jessie
RUN apt-get update && apt-get install -y p7zip-full curl xz-utils && apt-get clean all
Running the following (I tried to compile for node 6.10.3):
The issue seems to be due to a very recent change made in March 2019, see https://unix.stackexchange.com/questions/508724/failed-to-fetch-jessie-backports-repository
The text was updated successfully, but these errors were encountered: