FROM ubuntu:24.04

RUN apt-get update
RUN apt-get install -y vim
RUN rm -rf /var/lib/apt/lists/*
