monkeymq opened a new issue, #912: URL: https://github.com/apache/arrow-ballista/issues/912
I'm following official document(https://arrow.apache.org/ballista/user-guide/deployment/docker.html)to deploy ballista using docker, but always encounter an error when executing step **_./dev/build-ballista-docker.sh_** which has troubled me for a day. I'm using CentOS 7.9, there are apart of logs below, can someone take a look? ``` Preparing to unpack .../nodejs_18.17.1-deb-1nodesource1_amd64.deb ... Unpacking nodejs (18.17.1-deb-1nodesource1) ... Setting up nodejs (18.17.1-deb-1nodesource1) ... added 1 package in 999ms npm notice npm notice New major version of npm available! 9.6.7 -> 10.2.4 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.4> npm notice Run `npm install -g [email protected]` to update! npm notice Removing intermediate container 84d7ac058886 ---> aa829093f723 Step 8/16 : RUN adduser -q -u $EXT_UID builder --home /home/builder && mkdir -p /home/builder/workspace ---> Running in 8092dd919670 adduser: The UID 0 is already in use. The command '/bin/sh -c adduser -q -u $EXT_UID builder --home /home/builder && mkdir -p /home/builder/workspace' returned a non-zero code: 1 ``` -- 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]
