FROM ubuntu RUN apt-get update RUN apt-get install -y python3 COPY . /app WORKDIR /app