Commit a51637c0 authored by Ján Jakub Naništa's avatar Ján Jakub Naništa Committed by GitHub

chore: Add cargo binary folder to $PATH (#13822)

parent 003d648e
......@@ -25,6 +25,9 @@ COPY ./mise.toml ./mise.toml
ENV PATH="/root/.local/share/mise/shims:$PATH"
ENV PATH="/root/.local/bin:${PATH}"
# Set up cargo environment
ENV PATH="/root/.cargo/bin:${PATH}"
# Install dependencies
# We do this in one mega RUN command to avoid blowing up the size of the image
ENV DEBIAN_FRONTEND=noninteractive
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment