We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d582f82 commit 020624fCopy full SHA for 020624f
build_setup/Dockerfile2
@@ -1,7 +1,7 @@
1
FROM golang:1.24-bullseye
2
WORKDIR /src
3
RUN apt-get update && apt-get install -y --no-install-recommends libpcap-dev
4
-RUN apt-get install linux-headers-$(uname -r) libc6-dev
+RUN apt-get install libc6-dev
5
COPY ./src2/go.* ./
6
RUN go mod download
7
COPY ./src2/ ./
0 commit comments