chore: install dig (#2975)

Install `dig` to enable automatic detection of domain names to increase support of WSS.
This commit is contained in:
fryorcraken 2024-08-19 17:22:26 +10:00 committed by GitHub
parent 2fd4eb62fd
commit d24b56b90a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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