FROM ubuntu:mantic

RUN apt-get update && apt-get install -y postgresql-client vim curl

CMD ["sleep", "infinity"]
