We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f7911 commit 751773fCopy full SHA for 751773f
Dockerfile
@@ -8,7 +8,7 @@ ARG LOG_LEVEL=TRACE
8
ARG HEAPTRACK_BUILD=0
9
10
# Get build tools and required header files
11
-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
12
13
WORKDIR /app
14
COPY . .
@@ -46,7 +46,7 @@ LABEL version="unknown"
46
EXPOSE 30303 60000 8545
47
48
# Referenced in the binary
49
-RUN apk add --no-cache libgcc libpq-dev bind-tools
+RUN apk add --no-cache libgcc libstdc++ libpq-dev bind-tools
50
51
# Copy to separate location to accomodate different MAKE_TARGET values
52
COPY --from=nim-build /app/build/$MAKE_TARGET /usr/local/bin/
0 commit comments