Add utils to Dockerfile (#1991)

This commit is contained in:
Alvaro Revuelta 2023-09-05 15:50:54 +02:00 committed by GitHub
parent 5d30e0acab
commit 82e690367d

View File

@ -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'