add reptyr and netcat to arch distoolbox

This commit is contained in:
2025-03-12 16:41:40 -04:00
parent 34fad5846f
commit 7479bcd493

View File

@@ -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