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
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 7m30s
This commit is contained in:
@@ -33,7 +33,12 @@ RUN pacman -S --noconfirm \
|
|||||||
ffmpeg \
|
ffmpeg \
|
||||||
wine \
|
wine \
|
||||||
podman \
|
podman \
|
||||||
unzip
|
unzip \
|
||||||
|
bat \
|
||||||
|
btop \
|
||||||
|
jq \
|
||||||
|
yq \
|
||||||
|
imagemagick
|
||||||
|
|
||||||
# Ollama
|
# Ollama
|
||||||
RUN curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz && \
|
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
|
# AWS CLI V2
|
||||||
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
|
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
|
||||||
unzip awscliv2.zip && \
|
unzip -qq awscliv2.zip && \
|
||||||
./aws/install && \
|
./aws/install && \
|
||||||
rm awscliv2.zip && \
|
rm awscliv2.zip && \
|
||||||
rm -rf aws
|
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 #####
|
##### RUN LAST #####
|
||||||
####################
|
####################
|
||||||
|
|||||||
@@ -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)
|
- 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)
|
- podman (connected automatically to the host machine via the unix socket)
|
||||||
- tmux
|
- tmux
|
||||||
|
- ffmpeg
|
||||||
|
- wine
|
||||||
|
- podman
|
||||||
|
- unzip
|
||||||
|
- bat
|
||||||
|
- btop
|
||||||
|
- jq
|
||||||
|
- yq
|
||||||
|
- imagemagick
|
||||||
|
|
||||||
#### Pipx/Poetry
|
#### Pipx/Poetry
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user