mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-05 03:25:04 +00:00
chore: install dig (#2975)
Install `dig` to enable automatic detection of domain names to increase support of WSS.
This commit is contained in:
parent
2fd4eb62fd
commit
d24b56b90a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user