Skip to content

Commit

Permalink
Merge pull request #2501 from rmartin16/docker-alpine-linux-headers
Browse files Browse the repository at this point in the history
Install linux-headers pkg to build in Docker
  • Loading branch information
pqarmitage authored Nov 8, 2024
2 parents 1fbccf8 + a2dff7d commit 48dbf3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apk --no-cache add \
@NFTABLES_TRUE@ libnftnl-dev \
libnl3 \
libnl3-dev \
linux-headers \
make \
musl-dev \
@SNMP_TRUE@ net-snmp-dev \
Expand Down

0 comments on commit 48dbf3d

Please sign in to comment.