From 572860d76bb9c5aff8c45421bae9c992791a1c24 Mon Sep 17 00:00:00 2001 From: Robert Detjens Date: Sun, 1 Dec 2024 18:38:01 -0800 Subject: [PATCH] mise for ubuntu Signed-off-by: Robert Detjens --- ubuntu/Containerfile | 4 ++++ ubuntu/packages | 1 + 2 files changed, 5 insertions(+) diff --git a/ubuntu/Containerfile b/ubuntu/Containerfile index ed4c8b1..72afb2a 100644 --- a/ubuntu/Containerfile +++ b/ubuntu/Containerfile @@ -2,6 +2,10 @@ FROM quay.io/toolbx/ubuntu-toolbox:24.04 RUN echo "en_US.UTF-8" > /etc/locale.gen +RUN install -dm 755 /etc/apt/keyrings && \ + wget -qO - https://mise.jdx.dev/gpg-key.pub | gpg --dearmor | tee /etc/apt/keyrings/mise-archive-keyring.gpg 1> /dev/null && \ + echo "deb [signed-by=/etc/apt/keyrings/mise-archive-keyring.gpg arch=amd64] https://mise.jdx.dev/deb stable main" | tee /etc/apt/sources.list.d/mise.list + RUN apt-get update RUN apt-get install -y apt-file && \ diff --git a/ubuntu/packages b/ubuntu/packages index 6c051f7..21a69f9 100644 --- a/ubuntu/packages +++ b/ubuntu/packages @@ -11,6 +11,7 @@ nano entr zoxide +mise htop btop pwgen