fix: waku.test

This commit is contained in:
darshankabariya 2026-02-13 16:37:09 +05:30
parent 84f791100f
commit 751773f2c7
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -8,7 +8,7 @@ ARG LOG_LEVEL=TRACE
ARG HEAPTRACK_BUILD=0
# Get build tools and required header files
RUN apk add --no-cache bash git build-base openssl-dev linux-headers curl jq
RUN apk add --no-cache bash git build-base openssl-dev linux-headers curl jq bsd-compat-headers
WORKDIR /app
COPY . .
@ -46,7 +46,7 @@ LABEL version="unknown"
EXPOSE 30303 60000 8545
# Referenced in the binary
RUN apk add --no-cache libgcc libpq-dev bind-tools
RUN apk add --no-cache libgcc libstdc++ libpq-dev bind-tools
# Copy to separate location to accomodate different MAKE_TARGET values
COPY --from=nim-build /app/build/$MAKE_TARGET /usr/local/bin/