We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23e8cd commit eed84aaCopy full SHA for eed84aa
Dockerfile
@@ -12,8 +12,7 @@ RUN apt-get -y update \
12
protobuf-compiler \
13
&& rm -rf /var/lib/apt/lists/*
14
15
-RUN git clone -b master --single-branch https://github.com/google/nsjail.git . \
16
- && git checkout dccf911fd2659e7b08ce9507c25b2b38ec2c5800
+RUN git clone -b 3.4 --depth 1 https://github.com/google/nsjail.git .
17
RUN make
18
19
# ------------------------------------------------------------------------------
0 commit comments