Use below link and Learn any course freely for first two months
https://www.skillshare.com/r/user/nar...
Get Coupon Codes for my Udemy using below link:
• Udemy Coupon Codes for Python, Shell,...
Our First Dockerfile
FROM ubuntu:20.04
RUN apt-get update
RUN apt-get install python3 -y
RUN apt-get install python3-pip -y
RUN pip3 install flask