FROM gcc:8

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