Skip to content

Commit

Permalink
Add utils to Dockerfile (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrevuelta authored Sep 5, 2023
1 parent 9885019 commit ea31b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/binaries/Dockerfile.bn.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ea31b53

Please sign in to comment.