Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Feng committed Mar 28, 2024
1 parent abf3540 commit f251ade
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
FROM openanolis/anolisos:8.8 as builder
FROM openanolis/anolisos:8.8

# build nsjail
RUN yum install -y \
wget autoconf bison flex git protobuf-devel libnl3-devel \
libtool make pkg-config protobuf-compiler \
autoconf \
bison \
flex \
gcc-c++ \
git \
protobuf-devel \
libnl3-devel \
libtool \
make \
pkg-config \
protobuf-compiler \
&& yum clean all

RUN cd / && git clone https://github.com/google/nsjail.git \
Expand Down

0 comments on commit f251ade

Please sign in to comment.