ptlrs commented on code in PR #37: URL: https://github.com/apache/ozone-docker-runner/pull/37#discussion_r1884325772
########## Dockerfile: ########## @@ -58,6 +58,11 @@ RUN sudo python3 -m pip install --upgrade pip COPY --from=go /go/bin/csc /usr/bin/csc +RUN dnf install -y unzip \ Review Comment: I am using the RPM package for rclone, so unzip is not needed anymore. I have removed it for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
