Skip to content

Commit 5249688

Browse files
Revert "chore: fix fleet"
This reverts commit 477f6e0.
1 parent 31ea4b6 commit 5249688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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 bsd-compat-headers
11+
RUN apk add --no-cache bash git build-base openssl-dev linux-headers curl jq
1212

1313
WORKDIR /app
1414
COPY . .

0 commit comments

Comments
 (0)