Skip to content

Instantly share code, notes, and snippets.

@ober
Created June 28, 2018 17:06
Show Gist options
  • Save ober/9387a64ccffe063376efb7b6c585aa24 to your computer and use it in GitHub Desktop.
Save ober/9387a64ccffe063376efb7b6c585aa24 to your computer and use it in GitHub Desktop.
Docker file for gerbil dev
from gerbil/base:ubuntu
ENV PATH='/root/gerbil/bin:/usr/local/gambit/current/bin:/bin:/usr/bin:/sbin:/usr/sbin'
ENV GERBIL_HOME=/root/gerbil
RUN apt update -y
RUN apt install -y emacs-nox tmux
CMD bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment