Skip to content

Commit 1f83334

Browse files
authored
apk add linux-headers
Allow "sockets" ext to be compiled
1 parent 99ae3b7 commit 1f83334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN apk add \
2020
bzip2-dev \
2121
libsodium-dev \
2222
libxml2-dev \
23-
libxslt-dev
23+
libxslt-dev \
24+
linux-headers
2425

2526
# fixes "sockets" compilation issues
2627
# sendrecvmsg.c:128:19: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred'

0 commit comments

Comments
 (0)