Created
June 28, 2018 17:06
-
-
Save ober/9387a64ccffe063376efb7b6c585aa24 to your computer and use it in GitHub Desktop.
Docker file for gerbil dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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