Fix dockerfile: add libcap-dev install

Before the fix the build ends up somewhere with:
> sys/capability.h: No such file or directory
This commit is contained in:
disconnect3d 2017-07-18 21:19:23 +02:00
parent cf3525dd49
commit 25deba1425

View File

@ -12,6 +12,7 @@ RUN apt-get -y update && apt-get install -y \
pkg-config \ pkg-config \
protobuf-c-compiler \ protobuf-c-compiler \
re2c \ re2c \
libcap-dev \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/google/nsjail.git RUN git clone https://github.com/google/nsjail.git