Skip to content

Commit

Permalink
mise for ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Detjens <[email protected]>
  • Loading branch information
detjensrobert committed Dec 2, 2024
1 parent 0af4846 commit 572860d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubuntu/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
1 change: 1 addition & 0 deletions ubuntu/packages
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ nano
entr
zoxide

mise
htop
btop
pwgen
Expand Down

0 comments on commit 572860d

Please sign in to comment.