mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
Dockerfile: Adding 'libpq-dev' to the resulting docker image (#1827)
This commit is contained in:
parent
00a818b96c
commit
ca4fa04746
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user