Skip to content

Commit 0ebe691

Browse files
committed
Add linux-headers package into Docker container
1 parent 496d5d5 commit 0ebe691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk add --no-cache \
66
perl perl-ipc-run \
77
make musl-dev gcc bison flex coreutils \
88
zlib-dev libedit-dev \
9-
clang clang-analyzer \
9+
clang clang-analyzer linux-headers \
1010
python2 python2-dev py2-virtualenv;
1111

1212

0 commit comments

Comments
 (0)