mirror of
https://github.com/OCEAN-xyz/datum-gateway-startos.git
synced 2025-05-12 19:20:43 +02:00
remove libpq
This commit is contained in:
parent
6eeef5a6f3
commit
e0cc55b66c
@ -2,7 +2,7 @@ FROM debian:bookworm-slim AS build
|
||||
|
||||
RUN apt update && \
|
||||
apt-get install -y build-essential cmake curl libmicrohttpd-dev libjansson-dev \
|
||||
libcurl4-openssl-dev libpq-dev libgcrypt20-dev libsodium-dev \
|
||||
libcurl4-openssl-dev libgcrypt20-dev libsodium-dev \
|
||||
netcat-traditional pkg-config git
|
||||
|
||||
ARG ARCH
|
||||
|
Loading…
Reference in New Issue
Block a user