You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/11/29 01:33:55 UTC

[GitHub] [orc] wgtmac commented on a diff in pull request #1325: ORC-1322: Upgrade centos7 docker image to use gcc 9

wgtmac commented on code in PR #1325:
URL: https://github.com/apache/orc/pull/1325#discussion_r1034213435


##########
docker/run-one.sh:
##########
@@ -37,7 +37,7 @@ else
 
   echo "Started $GITHUB_USER/$BRANCH on $BUILD at $(date)"
 
-  docker run $VOLUME "$TAG" /bin/bash -c \
+  docker run $VOLUME "$TAG" /bin/bash --login -c \

Review Comment:
   https://stackoverflow.com/questions/57320549/do-dockerfile-run-commands-run-in-a-login-shell-environment



-- 
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: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org