From 3c1f35baaf9a5f4db27990cede19d5cd8cae47b0 Mon Sep 17 00:00:00 2001 From: p6steve <40125330+p6steve@users.noreply.github.com> Date: Sun, 22 Jan 2023 11:50:07 +0000 Subject: [PATCH] ~ to /root --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c242b9a..10664eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,5 @@ ENV PATH="${PATH}:/root/.cargo/bin" RUN zef install https://github.com/p6steve/raku-Dan-Polars.git --verbose -RUN cd ~ +RUN cd /root RUN git clone https://github.com/p6steve/raku-Dan-Polars.git