From a64e29ddeeca28ed105bf4bd8359aad2128766f4 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 9 Jul 2024 09:47:17 +0800 Subject: [PATCH] chord: update dockerfile --- Dockerfile/Dockerfile.27 | 3 +-- Dockerfile/Dockerfile.29 | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile/Dockerfile.27 b/Dockerfile/Dockerfile.27 index fb7d7f3cd..ed55d88ed 100644 --- a/Dockerfile/Dockerfile.27 +++ b/Dockerfile/Dockerfile.27 @@ -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 diff --git a/Dockerfile/Dockerfile.29 b/Dockerfile/Dockerfile.29 index 59e32b3bd..9d124ca93 100644 --- a/Dockerfile/Dockerfile.29 +++ b/Dockerfile/Dockerfile.29 @@ -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 @@ -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