Use export
This commit is contained in:
parent
70fde51c0f
commit
2692c25e5f
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ RUN wget -qO- https://github.com/rui314/mold/releases/download/v${MOLD_VERSION}/
|
||||||
&& rm -rf mold-${MOLD_VERSION}-x86_64-linux
|
&& rm -rf mold-${MOLD_VERSION}-x86_64-linux
|
||||||
RUN cargo install cargo-chef --version 0.1.62 --locked
|
RUN cargo install cargo-chef --version 0.1.62 --locked
|
||||||
WORKDIR /env
|
WORKDIR /env
|
||||||
RUN echo MOLD=$(which mold) > .env
|
RUN echo "export MOLD=$(which mold)" > .env
|
||||||
|
|
Loading…
Reference in a new issue