Jimexist commented on code in PR #2671:
URL: https://github.com/apache/thrift/pull/2671#discussion_r976000580


##########
build/docker/ubuntu-focal/Dockerfile:
##########
@@ -197,7 +197,8 @@ RUN apt-get install -y --no-install-recommends \
       `# OCaml dependencies` \
       ocaml \
       opam && \
-      opam init --yes && \
+      `# disable sandboxing see https://github.com/ocaml/opam/issues/4327` \

Review Comment:
   ```suggestion
         `# Disable sandboxing given already in container, see 
https://github.com/ocaml/opam/issues/4327` \
   ```



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