diff --git a/Dockerfile b/Dockerfile index dca33b3..b90b6e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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