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 \
|
RUN pacman -Syu \
|
||||||
bc \
|
bc \
|
||||||
composer \
|
composer \
|
||||||
|
proxychains-ng \
|
||||||
--noconfirm --disable-download-timeout
|
--noconfirm --disable-download-timeout
|
||||||
|
|
||||||
RUN sed -i \
|
RUN sed -i \
|
||||||
|
|||||||
@@ -73,7 +73,8 @@ RUN apt-get install -y \
|
|||||||
php \
|
php \
|
||||||
php-bcmath \
|
php-bcmath \
|
||||||
php-curl \
|
php-curl \
|
||||||
php-gmp
|
php-gmp \
|
||||||
|
proxychains4
|
||||||
|
|
||||||
USER builder
|
USER builder
|
||||||
WORKDIR /usr/local/lib/php
|
WORKDIR /usr/local/lib/php
|
||||||
|
|||||||
Reference in New Issue
Block a user