Skip to content

Commit 6cff4a0

Browse files
committed
fix: snapshot as well
1 parent 99ea434 commit 6cff4a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

snapshot/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This dockerfile is for jcs-emacs with snapshot
2-
# VERSION 9.0.0
2+
# VERSION latest
33
# Author: Jen-Chieh Shen <[email protected]>
44
# Command format: Instruction [arguments / command] ..
55

@@ -11,7 +11,6 @@ RUN nix-channel --update
1111
RUN nix-env -iA "emacs-snapshot" -f "https://github.com/purcell/nix-emacs-ci/archive/master.tar.gz"
1212

1313
# Install jcs-emacs
14-
RUN nix-env --install git
1514
RUN git clone --depth 1 https://github.com/jcs-emacs/jcs-emacs.git ~/.emacs.d --recursive
1615

1716
ENV TERM xterm-256color

0 commit comments

Comments
 (0)