We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ea4b6 commit 5249688Copy full SHA for 5249688
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 bsd-compat-headers
+RUN apk add --no-cache bash git build-base openssl-dev linux-headers curl jq
12
13
WORKDIR /app
14
COPY . .
0 commit comments