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
$ docker-compose up
...
## Confirming "focal" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_6.x/dists/focal/Release'
## Your distribution, identified as "focal", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support
ERROR: Service 'app' failed to build: The command '/bin/sh -c curl -sL https://deb.nodesource.com/setup_6.x | bash - && apt-get install -y nodejs' returned a non-zero code: 1
"ubuntu:latest" in the base image of Dockerfile-app is now Ubuntu 20.04 LTS "Focal Fossa", so Node.js 6.x is not supported.
The text was updated successfully, but these errors were encountered:
"ubuntu:latest" in the base image of Dockerfile-app is now Ubuntu 20.04 LTS "Focal Fossa", so Node.js 6.x is not supported.
The text was updated successfully, but these errors were encountered: