Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carton does not detect requirement of Net::DNS #45

Open
KES777 opened this issue Mar 6, 2019 · 1 comment
Open

Carton does not detect requirement of Net::DNS #45

KES777 opened this issue Mar 6, 2019 · 1 comment

Comments

@KES777
Copy link

KES777 commented Mar 6, 2019

The problem described here

@XiaoyiChai
Copy link

Got stuck by this issue at Docker and solved it on my environment.

My env:

Docker Engine Ver: 19.03.8
Base Image: ubuntu:14.04
Perl version: 5.16.3

Got below error msgs when running carton install --deployment. And same error msg at carton install.

Reason causes this on my environment is,
Docker image ubuntu:14.04 does not have package dnsutils installed as default.
Error msg disappeared after apt-get install -y dnsutils

Not sure this helps you or not. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants