DEV Community

Discussion on: How to use Vagrant with Docker instead of VirtualBox on OSX, without changing the world

Collapse
 
zak84 profile image
Davide Ferrari

Hello, I have this error:

13 [yum-cache 2/4] RUN yum -y install drpm

13 sha256:ce189f8f1e7deeae8dc6991d5b8ac34868a3864bde90b61f0b7c2424c0712a09

13 1.008 CentOS Linux 8 - AppStream 86 B/s | 38 B 00:00

13 1.021 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist

13 ERROR: executor failed running [/bin/sh -c yum -y install drpm]: exit code: 1

my vagrant is quite complex, the dockerfile is like yours.

any hint?