From f8cae9fef489f97e5df30dffeb08f0c2173f49de Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 15 May 2025 21:49:13 +0300 Subject: [PATCH] Remaking the Jenkinsfile --- Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index 61b3cb0..1496f67 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -9,6 +9,6 @@ RUN apt-get update && apt-get install -y \ git make libffi8 libgc1 libssl3 libuv1 build-essential libffi-dev libmbedtls-dev COPY --from=build /usr/local-other/ /usr/local-other/ ENV PATH=${PATH}:/usr/local-other/bin -RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1 +RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1 RUN cd compile-r7rs && make && make install