WIP: cargo path
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-08-12 01:54:58 +02:00
parent 5451163e31
commit 084cc7cd8f
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -11,5 +11,6 @@ RUN cargo install --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli
FROM docker:stable-dind
COPY --from=base /root/.cargo /root/.cargo
RUN export PATH="$PATH:/root/.cargo/bin/"
COPY --from=base /usr/local/cargo/bin/ /usr/local/cargo/bin/
RUN export PATH="$PATH:/usr/local/cargo/bin/"