From 17b23722f3042c198bbad6f0cca15ce3c284b5e4 Mon Sep 17 00:00:00 2001 From: fryorcraken <110212804+fryorcraken@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:22:26 +1000 Subject: [PATCH] chore: install dig (#2975) Install `dig` to enable automatic detection of domain names to increase support of WSS. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a5eee762..bc18babfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ LABEL version="unknown" EXPOSE 30303 60000 8545 # Referenced in the binary -RUN apk add --no-cache libgcc pcre-dev libpq-dev +RUN apk add --no-cache libgcc pcre-dev libpq-dev bind-tools # Fix for 'Error loading shared library libpcre.so.3: No such file or directory' RUN ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.3