Skip to content

Commit

Permalink
Install ninja-build (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Dec 9, 2021
1 parent a5aa791 commit 67fa40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN yum update -y && yum install -y epel-release \
m4 \
make \
ncurses-devel \
ninja-build \
openldap-devel \
openssh-clients \
openssl-devel \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
m4 \
make \
ncurses-dev \
ninja-build \
openssh-client \
python3-dev \
python3-pip \
Expand Down

0 comments on commit 67fa40b

Please sign in to comment.