We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ea434 commit 6cff4a0Copy full SHA for 6cff4a0
snapshot/Dockerfile
@@ -1,5 +1,5 @@
1
# This dockerfile is for jcs-emacs with snapshot
2
-# VERSION 9.0.0
+# VERSION latest
3
# Author: Jen-Chieh Shen <[email protected]>
4
# Command format: Instruction [arguments / command] ..
5
@@ -11,7 +11,6 @@ RUN nix-channel --update
11
RUN nix-env -iA "emacs-snapshot" -f "https://github.com/purcell/nix-emacs-ci/archive/master.tar.gz"
12
13
# Install jcs-emacs
14
-RUN nix-env --install git
15
RUN git clone --depth 1 https://github.com/jcs-emacs/jcs-emacs.git ~/.emacs.d --recursive
16
17
ENV TERM xterm-256color
0 commit comments