mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 23:13:09 +00:00
Add utils to Dockerfile (#1991)
This commit is contained in:
parent
988501922f
commit
ea31b531b5
@ -13,7 +13,7 @@ EXPOSE 30303 60000 8545
|
||||
|
||||
# Referenced in the binary
|
||||
RUN apt-get update &&\
|
||||
apt-get install -y libpcre3 libpq-dev &&\
|
||||
apt-get install -y libpcre3 libpq-dev curl iproute2 wget &&\
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Fix for 'Error loading shared library libpcre.so.3: No such file or directory'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user