I am getting below error.
[root@ip-172-31-21-196 webserver]# docker build -t flaskapp .
Sending build context to Docker daemon 93.7kB
Step 1/8 : FROM centos:latest
—> 5d0da3dc9764
Step 2/8 : RUN yum -y install python3
—> Running in 24f2a82aaed0
CentOS Linux 8 - AppStream 391 B/s | 38 B 00:00
Error: Failed to download metadata for repo ‘appstream’: Cannot prepare internal mirrorlist: No URLs in mirrorlist
The command ‘/bin/sh -c yum -y install python3’ returned a non-zero code: 1
------ Another error --------------