⁉️How to start a new docker with Dockerfile
## to setup ubuntu and install nao and wget
FROM ubuntu:latest
RUN apt-get -y update && apt-get -y install nano && apt-get -y install wgetLast updated
## to setup ubuntu and install nao and wget
FROM ubuntu:latest
RUN apt-get -y update && apt-get -y install nano && apt-get -y install wgetLast updated