Dockerfile looks literally like this:
FROM ubuntu:19.10 RUN apt-get update
The command I am running:
docker build -t test