Skip to content

Commit

Permalink
fix: Remove line no longer necessary in wheel builder dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Jul 18, 2020
1 parent 7f0cde3 commit fe06d09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ RUN wget https://copr.fedorainfracloud.org/coprs/vbatts/bazel/repo/epel-7/vbatts

RUN yum install -y bazel3

RUN mv /usr/bin/ninja-build /usr/bin/ninja

RUN mkdir /workspace

WORKDIR /workspace

0 comments on commit fe06d09

Please sign in to comment.