FROM debian:stable-slim
RUN apt-get update && apt-get install -y gcc libgtk-3-dev make
WORKDIR /src
