sneethiraj commented on PR #1209: URL: https://github.com/apache/knox/pull/1209#issuecomment-4292845530
During the docker build, I see the following error: [``` INFO] DOCKER> #15 [10/12] RUN mkdir /home/knox/cacrts && curl -sSLo /home/knox/cacrts/AmazonRootCA1.cer https://www.amazontrust.com/repository/AmazonRootCA1.cer || true && curl -sSLo /home/knox/cacrts/AmazonRootCA2.cer https://www.amazontrust.com/repository/AmazonRootCA2.cer || true && curl -sSLo /home/knox/cacrts/AmazonRootCA3.cer https://www.amazontrust.com/repository/AmazonRootCA3.cer || true && curl -sSLo /home/knox/cacrts/AmazonRootCA4.cer https://www.amazontrust.com/repository/AmazonRootCA4.cer || true && curl -sSLo /home/knox/cacrts/isrgrootx1.pem https://letsencrypt.org/certs/isrgrootx1.pem || true && curl -sSLo /home/knox/cacrts/isrg-root-x2.pem https://letsencrypt.org/certs/isrg-root-x2.pem || true && chown -R 8000:0 /home/knox/cacrts [INFO] DOCKER> #15 0.110 /bin/sh: line 1: curl: command not found [INFO] DOCKER> #15 0.111 /bin/sh: line 1: curl: command not found [INFO] DOCKER> #15 0.112 /bin/sh: line 1: curl: command not found [INFO] DOCKER> #15 0.113 /bin/sh: line 1: curl: command not found [INFO] DOCKER> #15 0.114 /bin/sh: line 1: curl: command not found [INFO] DOCKER> #15 0.115 /bin/sh: line 1: curl: command not found ``` The curl is not there in the docker image [dhi.io/eclipse-temurin:17-jdk-debian13-dev](http://dhi.io/eclipse-temurin:17-jdk-debian13-dev) Can you modify the Dockerfile to install curl and retry the build before I review again? -- 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]
