add reptyr and netcat to arch distoolbox
This commit is contained in:
@@ -104,7 +104,9 @@ RUN pacman -S --noconfirm \
|
||||
# Fonts, so you never have to think about them again
|
||||
noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra \
|
||||
# Reattach to running processes
|
||||
reptyr
|
||||
reptyr \
|
||||
# Netcat, for basic tcp/udp operations
|
||||
openbsd-netcat
|
||||
|
||||
########################
|
||||
##### Extra Apps #####
|
||||
@@ -154,8 +156,5 @@ RUN curl -L https://ollama.com/download/ollama-linux-amd64-rocm.tgz -o ollama-li
|
||||
rm ollama-linux-amd64-rocm.tgz
|
||||
|
||||
# Set up ollama-server and ollama-kill scripts
|
||||
RUN mkdir /usr/local/bin/tbox-ollama
|
||||
COPY arch-toolbox-supporting-files/ollama-serve /usr/local/bin/tbox-ollama/ollama-serve
|
||||
COPY arch-toolbox-supporting-files/ollama-serve /usr/local/bin/tbox-ollama/ollama-kill
|
||||
COPY arch-toolbox-supporting-files/ollama-serve /usr/local/bin/tbox-ollama/ollama-log
|
||||
RUN chmod -R +x /usr/local/bin/tbox-ollama
|
||||
COPY arch-toolbox-supporting-files/ollama-* /usr/local/bin/
|
||||
RUN chmod -R +x /usr/local/bin
|
||||
Reference in New Issue
Block a user