From 93e6c63e538e72b947b6d9e34873b11bfe3c5c0e Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 5 Jun 2025 20:59:28 +0300 Subject: [PATCH] Testing dynamic Jenkinsfile --- Dockerfile.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.test b/Dockerfile.test index c52e169..ec7895f 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -16,9 +16,8 @@ RUN apt-get update && apt-get install -y \ build-essential \ libffi-dev \ libmbedtls-dev -COPY --from=build /usr/local/bin/sash /usr/local/bin +COPY --from=build /usr/local/bin/sash /usr/local/bin/ COPY --from=build /usr/local/lib/* /usr/local/lib/ -ENV PATH=${PATH}:/usr/local-other/bin RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1 RUN cd compile-r7rs && make && make install