Created
December 28, 2015 10:47
-
-
Save svanellewee/14df980187a881fbca50 to your computer and use it in GitHub Desktop.
Emacs NOX Dockerfile
This file contains hidden or 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 ubuntu:14.04 | |
# Install dependencies | |
run apt-get update && \ | |
apt-get install -y emacs24-bin-common emacs24-common emacs24-common-non-dfsg emacsen-common \ | |
emacs24-el \ | |
emacs24-bin-common emacs24-common emacs24-common-non-dfsg emacs24-nox \ | |
emacsen-common | |
# libasound2 libasound2-data \ | |
# libasound2-plugins alsa-utils | |
entrypoint ["emacs"] | |
# call with | |
# sudo docker run -it -v /directory_you_wanna_modify:/what_docker_should_see emacs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment