FROM ubuntu:23.04

RUN apt-get update
RUN apt-get install -y htop
RUN echo "Hello World" > welcome.txt
