mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +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
4a89875a36
commit
17b23722f3
@ -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