add more apps to Reese's Arch Toolbox
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 7m30s

This commit is contained in:
2024-11-27 23:50:14 -05:00
parent 463f3d142d
commit eaf8cd6086
2 changed files with 20 additions and 2 deletions

View File

@@ -33,7 +33,12 @@ RUN pacman -S --noconfirm \
ffmpeg \
wine \
podman \
unzip
unzip \
bat \
btop \
jq \
yq \
imagemagick
# Ollama
RUN curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz && \
@@ -42,11 +47,15 @@ RUN curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-a
# AWS CLI V2
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \
unzip -qq awscliv2.zip && \
./aws/install && \
rm awscliv2.zip && \
rm -rf aws
# Youtube DL
RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/youtube-dlp && \
chmod a+rx /usr/local/bin/youtube-dlp
####################
##### RUN LAST #####
####################

View File

@@ -329,6 +329,15 @@ I have a custom arch image based on the default arch-toolbox image. It offers:
- ollama (add `export OLLAMA_HOST=my.ollama.host` to your `.zshrc` to use a remote host)
- podman (connected automatically to the host machine via the unix socket)
- tmux
- ffmpeg
- wine
- podman
- unzip
- bat
- btop
- jq
- yq
- imagemagick
#### Pipx/Poetry