Skip to content

Commit

Permalink
aider
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Jun 23, 2024
1 parent 6b6ae68 commit 160f243
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ RUN apt-get update -qq && \
zsh && \
apt-file update

# Install aider
RUN pipx install aider-chat

# Install alacritty
RUN apt-get update -qq && \
apt-get install -qq libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 && \
Expand Down Expand Up @@ -376,7 +379,9 @@ RUN curl -fsSL https://telegram.org/dl/desktop/linux | \
tar -C /opt -xJf -

# Install thorium
RUN wget -qnv -O thorium.deb https://github.com/Alex313031/thorium/releases/download/M124.0.6367.218/thorium-browser_124.0.6367.218_AVX2.deb && \
RUN apt-get update -qq && \
apt-get install -qq fonts-liberation libu2f-udev && \
wget -qnv -O thorium.deb https://github.com/Alex313031/thorium/releases/download/M124.0.6367.218/thorium-browser_124.0.6367.218_AVX2.deb && \
dpkg -i thorium.deb && \
rm thorium.deb

Expand Down

0 comments on commit 160f243

Please sign in to comment.