FROM ubuntu:latest
RUN apt update -y && apt install gcc vim -y
RUN echo "test"

