mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 19:42:03 +01:00
install linux-headers to fix missing linux/types.h during build
This commit is contained in:
parent
1e3bcb7f8e
commit
cd23ead815
@ -2,7 +2,7 @@ FROM jedisct1/alpine-runit:latest
|
||||
MAINTAINER Frank Denis
|
||||
ENV SERIAL 2
|
||||
|
||||
ENV BUILD_DEPS make gcc musl-dev git libevent-dev expat-dev shadow autoconf file openssl-dev byacc
|
||||
ENV BUILD_DEPS make gcc musl-dev git libevent-dev expat-dev shadow autoconf file openssl-dev byacc linux-headers
|
||||
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep openssl ldns ldns-tools libevent expat libexecinfo coreutils drill ca-certificates
|
||||
|
||||
RUN set -x && \
|
||||
|
Loading…
Reference in New Issue
Block a user