adjust Dockerfile.liteprotocoltester.compile

This commit is contained in:
Ivan Folgueira Bande 2026-02-17 17:21:14 +01:00
parent 5ac9799fd5
commit ee3e1e99a5
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -7,7 +7,7 @@ ARG NIM_COMMIT
ARG LOG_LEVEL=TRACE
# 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 libbsd-dev
WORKDIR /app
COPY . .
@ -43,7 +43,8 @@ EXPOSE 30303 60000 8545
RUN apk add --no-cache libgcc libpq-dev \
wget \
iproute2 \
python3
python3 \
libstdc++
COPY --from=nim-build /app/build/liteprotocoltester /usr/bin/
RUN chmod +x /usr/bin/liteprotocoltester