Skip to content

Commit 751773f

Browse files
fix: waku.test
1 parent 84f7911 commit 751773f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG LOG_LEVEL=TRACE
88
ARG HEAPTRACK_BUILD=0
99

1010
# Get build tools and required header files
11-
RUN apk add --no-cache bash git build-base openssl-dev linux-headers curl jq
11+
RUN apk add --no-cache bash git build-base openssl-dev linux-headers curl jq bsd-compat-headers
1212

1313
WORKDIR /app
1414
COPY . .
@@ -46,7 +46,7 @@ LABEL version="unknown"
4646
EXPOSE 30303 60000 8545
4747

4848
# Referenced in the binary
49-
RUN apk add --no-cache libgcc libpq-dev bind-tools
49+
RUN apk add --no-cache libgcc libstdc++ libpq-dev bind-tools
5050

5151
# Copy to separate location to accomodate different MAKE_TARGET values
5252
COPY --from=nim-build /app/build/$MAKE_TARGET /usr/local/bin/

0 commit comments

Comments
 (0)