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 \

View File

@@ -73,7 +73,8 @@ RUN apt-get install -y \
php \
php-bcmath \
php-curl \
php-gmp
php-gmp \
proxychains4
USER builder
WORKDIR /usr/local/lib/php