FROM gcc:9

RUN apt-get update && apt-get install -y gdb cmake
