Skip to content

Commit

Permalink
[containerfile] Add direnv and rename man
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Nov 10, 2024
1 parent fedd2a3 commit 3e9aab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN curl -fsSLo \
/etc/apt/sources.list.d/brave-browser-release.list && \
apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y adwaita-icon-theme build-essential brave-browser locales man wl-clipboard && \
apt-get install -y adwaita-icon-theme build-essential brave-browser locales wl-clipboard && \
rm -fr /var/lib/apt/lists/* /var/cache/apt/archives/* && \
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
curl -fsSLo /tmp/homebrew-install.sh https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh && \
Expand All @@ -30,6 +30,7 @@ RUN curl -fsSLo \
brew install \
atuin \
bat \
direnv \
fd fish fzf \
gcc@11 gh git git-delta \
lazygit lsd lua-language-server \
Expand Down

0 comments on commit 3e9aab3

Please sign in to comment.