thomasbruggink commented on code in PR #2937:
URL: https://github.com/apache/thrift/pull/2937#discussion_r1512906923


##########
build/docker/README.md:
##########
@@ -136,7 +135,14 @@ If you do not want to use the same scripts Travis CI does, 
you can do it manuall
 
 Build the image:
 
-    thrift$ docker build -t thrift build/docker/ubuntu-bionic
+Linux/Mac:
+
+    thrift$ docker build --build-arg uid=$(id -u) --build-arg gid=$(id -g) -t 
thrift build/docker/ubuntu-jammy
+
+Windows:
+
+    thrift$ docker build -t thrift build/docker/ubuntu-jammy
+

Review Comment:
   updated :+1:
   would be nice to automate this in the future somehow



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

Reply via email to