forked from EvergreenCrypto/docker-finance
client: Dockerfiles: add proxychains-ng package
Needed for Tor support (and any potential future proxy support).
This commit is contained in:
@@ -63,6 +63,7 @@ USER root
|
||||
RUN pacman -Syu \
|
||||
bc \
|
||||
composer \
|
||||
proxychains-ng \
|
||||
--noconfirm --disable-download-timeout
|
||||
|
||||
RUN sed -i \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user