Merge pull request #34 from disconnect3d/fix-dockerfile-build

Fix dockerfile: add libcap-dev install
This commit is contained in:
robertswiecki 2017-07-18 21:32:00 +02:00 committed by GitHub
commit bab2cf1667

View File

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