nikolaik / docker-python-nodejs

🐳 Python with Node.js docker image
MIT License
477 stars 73 forks source link

DNS Lookup Error #146

Closed usmansagri closed 8 months ago

usmansagri commented 8 months ago

Hi Guys,

Good day!

I am unable to build the application and getting DNS Lookup error on executing RUN apk -U upgrade in my Dockerfile.

Kindly help.

DNS Error
usmansagri commented 8 months ago

I am using nikolaik/python-nodejs:python3.10-nodejs18-alpine

usmansagri commented 8 months ago

Hi @nikolaik,

Good day!

Can you please guide?

Few months back I did not face this issue but now I am unable to build the application itself.

nikolaik commented 8 months ago

DNS lookup errors are most likely a result of a network issue outside the scope of this specific docker image.

Some things to try:

Good luck!