milenkovicm commented on code in PR #1354:
URL: 
https://github.com/apache/datafusion-ballista/pull/1354#discussion_r2655418380


##########
dev/docker/ballista-builder.Dockerfile:
##########
@@ -31,8 +31,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - 
&& \
     apt-get install -y nodejs && \
     npm install -g yarn
 
-# create build user with same UID as
-RUN adduser -q -u $EXT_UID builder --home /home/builder && \
+RUN adduser -q builder --home /home/builder && \

Review Comment:
   looks like this is failing github action



-- 
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]

Reply via email to