We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc64abd commit 477f6e0Copy full SHA for 477f6e0
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 . .
0 commit comments