Skip to content

Commit

Permalink
chore: install dig (#2975)
Browse files Browse the repository at this point in the history
Install `dig` to enable automatic detection of domain names to increase support of WSS.
  • Loading branch information
fryorcraken authored Aug 19, 2024
1 parent 2fd4eb6 commit d24b56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d24b56b

Please sign in to comment.