Skip to content

Commit

Permalink
[PyCDE build]Add ninja to image
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed Mar 15, 2023
1 parent b564fe2 commit e2dbbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycde-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/pypa/manylinux2014_x86_64

RUN yum install -y wget
RUN yum install -y wget ninja-build
COPY get-capnp.sh /tmp
RUN cd /tmp && bash get-capnp.sh

0 comments on commit e2dbbdc

Please sign in to comment.