Boa noite,
Estou recebendo o erro a seguir ao tentar fazer o docker-compose build:
Step 6/8 : RUN npm install
---> Running in bbac114a6105
npm ERR! code EAI_AGAIN
npm ERR! errno EAI_AGAIN
npm ERR! request to https://registry.npmjs.org/express failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-07-03T01_31_11_495Z-debug.log
Estou utilizando Ubuntu 20.04
Poderiam me ajudar?