ricardozanini commented on code in PR #1121: URL: https://github.com/apache/incubator-kie-kogito-pipelines/pull/1121#discussion_r1388017301
########## apache-nodes/Dockerfile.kogito-ci-build: ########## @@ -124,7 +124,8 @@ RUN wget https://github.com/mislav/hub/releases/download/v2.14.2/hub-linux-amd64 sudo alternatives --install /usr/local/bin/hub hub /opt/hub/bin/hub 1 # Cekit -RUN pip3.11 install cekit==4.8.0 behave lxml docker docker-squash elementPath pyyaml ruamel.yaml python-dateutil Jinja2 pykwalify colorlog click +RUN pip3.11 install cekit==4.8.0 behave lxml docker docker-squash elementPath pyyaml ruamel.yaml python-dateutil Jinja2 pykwalify colorlog click && \ + sudo alternatives --install /usr/local/bin/cekit cekit /home/nonrootuser/.local/bin/cekit 1 Review Comment: Is there a way to replace `/home/nonrootuser/` with maybe `$HOME` or other env? -- 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]
