aboutsummaryrefslogtreecommitdiffstats
path: root/irssi/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--irssi/Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/irssi/Dockerfile b/irssi/Dockerfile
index 74be72a..7b4147a 100644
--- a/irssi/Dockerfile
+++ b/irssi/Dockerfile
@@ -75,13 +75,14 @@ RUN set -eux; \
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
)"; \
apk add --no-network --virtual .irssi-rundeps $runDeps; \
- apk add --no-cache perl-glib perl-datetime perl-dbi perl-dbd-pg perl-lwp-protocol-https; \
+ apk add --no-cache perl-glib perl-datetime perl-dbi perl-dbd-pg perl-lwp-protocol-https proxychains-ng; \
apk del --no-network .build-deps; \
\
# basic smoke test
irssi --version
+COPY ./proxychains.conf /etc/proxychains/
WORKDIR $HOME
USER user
-CMD ["irssi"]
+CMD ["proxychains4", "-q", "irssi"]