Skip to content

Commit fe06d09

Browse files
committed
fix: Remove line no longer necessary in wheel builder dockerfile
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 7f0cde3 commit fe06d09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ RUN wget https://copr.fedorainfracloud.org/coprs/vbatts/bazel/repo/epel-7/vbatts
77

88
RUN yum install -y bazel3
99

10-
RUN mv /usr/bin/ninja-build /usr/bin/ninja
11-
1210
RUN mkdir /workspace
1311

1412
WORKDIR /workspace

0 commit comments

Comments
 (0)