mirror of https://github.com/waku-org/nwaku.git
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
|
# Referenced in the binary
|
||||||
RUN apt-get update &&\
|
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/*
|
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Fix for 'Error loading shared library libpcre.so.3: No such file or directory'
|
# Fix for 'Error loading shared library libpcre.so.3: No such file or directory'
|
||||||
|
|
Loading…
Reference in New Issue