Dockerfile: Adding 'libpq-dev' to the resulting docker image (#1827)

This commit is contained in:
Ivan Folgueira Bande 2023-06-27 15:59:17 +02:00 committed by GitHub
parent 62d3653022
commit 3906a9315f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ LABEL commit="unknown"
EXPOSE 30303 60000 8545
# Referenced in the binary
RUN apk add --no-cache libgcc pcre-dev
RUN apk add --no-cache libgcc pcre-dev libpq-dev
# 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