This commit is contained in:
parent
5451163e31
commit
084cc7cd8f
@ -11,5 +11,6 @@ RUN cargo install --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli
|
|||||||
|
|
||||||
FROM docker:stable-dind
|
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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user