We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf9d25 commit aa05f7aCopy full SHA for aa05f7a
Dockerfile
@@ -607,4 +607,7 @@ WORKDIR $HOME
607
# Ensure that these directories exist in the container to be able to mount directories from the host into them with correct permissions.
608
RUN mkdir -p "$HOME/.ort" "$HOME/.gradle"
609
610
+# Install cargo-credential-netrc late in the build to prevent an error accessing /opt/rust/cargo/registry/.
611
+RUN $CARGO_HOME/bin/cargo install cargo-credential-netrc
612
+
613
ENTRYPOINT ["/opt/ort/bin/ort"]
0 commit comments