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
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
The problem described here
The text was updated successfully, but these errors were encountered: