FROM debian:11-slim RUN apt update && apt install -y emacs build-essential sudo git COPY . /root/.fg42 WORKDIR /root/.fg42 RUN make install