Skip to content

Commit

Permalink
chord: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 9, 2024
1 parent acc29f6 commit a64e29d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Dockerfile/Dockerfile.27
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ RUN apt-get upgrade -y
RUN apt-get install -y software-properties-common git

# Install Centaur Emacs
RUN add-apt-repository -y ppa:kelleyk/emacs
RUN apt-get update
RUN apt-get install -y emacs27-nox
RUN apt-get install -y emacs-nox
RUN git clone --depth 1 https://github.com/seagle0128/.emacs.d.git ~/.emacs.d

ENV TERM xterm-256color
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile/Dockerfile.29
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Command format: Instruction [arguments / command] ..

# Base image to use
FROM ubuntu:22.04
FROM ubuntu:24.04
ARG DEBIAN_FRONTEND=noninteractive

# Commands to update the image
Expand All @@ -15,9 +15,8 @@ RUN apt-get upgrade -y
RUN apt-get install -y software-properties-common git

# Install Centaur Emacs
RUN add-apt-repository -y ppa:kelleyk/emacs
RUN apt-get update
RUN apt-get install -y emacs29-nox
RUN apt-get install -y emacs-nox
RUN git clone --depth 1 https://github.com/seagle0128/.emacs.d.git ~/.emacs.d

ENV TERM xterm-256color
Expand Down

0 comments on commit a64e29d

Please sign in to comment.