Skip to content

Commit

Permalink
Fixing Dockerfiles variants shipping emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Beurdouche committed Jul 18, 2019
1 parent badba04 commit bc7da86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/emacs-nox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN emacs --batch \
--eval "(package-install 'flycheck)"

ADD .emacs .emacs
RUN sudo chown FStar:FStar .emacs
RUN sudo chown build:build .emacs
2 changes: 1 addition & 1 deletion .docker/emacs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN emacs --batch \
--eval "(package-install 'flycheck)"

ADD .emacs .emacs
RUN sudo chown FStar:FStar .emacs
RUN sudo chown build:build .emacs

0 comments on commit bc7da86

Please sign in to comment.