Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
feat: Update Emacs to version 28.1
Browse files Browse the repository at this point in the history
Fixes #782.
  • Loading branch information
Kaushal.Modi committed Oct 7, 2022
1 parent 9289b69 commit 916d38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
update-locale en_US.UTF-8 && \
add-apt-repository -y ppa:ondrej/php && \
add-apt-repository -y ppa:git-core/ppa && \
add-apt-repository -y ppa:kelleyk/emacs && \
apt-get -y update && \
apt-get install -y --no-install-recommends \
advancecomp \
Expand All @@ -47,7 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
cmake \
doxygen \
elixir \
emacs-nox \
emacs28-nox \
expect \
file \
fontconfig \
Expand Down
2 changes: 1 addition & 1 deletion included_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The specific patch versions included will depend on when the image was last buil
* Java
* 8 (default)
* Emacs
* 26.3 (default)
* 28.1 (default)
* Erlang
* 22.2 (default)
* Elixir
Expand Down

0 comments on commit 916d38b

Please sign in to comment.