client: Dockerfiles: add proxychains-ng package

Needed for Tor support (and any potential future proxy support).
This commit is contained in:
2024-08-14 16:43:23 -07:00
parent 747f39f316
commit 59d11b47d3
2 changed files with 3 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ USER root
RUN pacman -Syu \
bc \
composer \
proxychains-ng \
--noconfirm --disable-download-timeout
RUN sed -i \