Skip to content

Commit 020624f

Browse files
committed
fix headers
1 parent d582f82 commit 020624f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_setup/Dockerfile2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.24-bullseye
22
WORKDIR /src
33
RUN apt-get update && apt-get install -y --no-install-recommends libpcap-dev
4-
RUN apt-get install linux-headers-$(uname -r) libc6-dev
4+
RUN apt-get install libc6-dev
55
COPY ./src2/go.* ./
66
RUN go mod download
77
COPY ./src2/ ./

0 commit comments

Comments
 (0)