From c36470c2bdbf393285023899a4ebea4ec1e8b428 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 18 Apr 2025 08:41:25 +0300 Subject: [PATCH] Making the build work --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b9ae116..56da47b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,4 @@ FROM schemers/${COMPILE_R7RS} RUN apt-get update && apt-get install -y make libffi8 libgc1 libssl3 libuv1 COPY --from=build /usr/local-other/ /usr/local-other/ ENV PATH=${PATH}:/usr/local-other/bin +ENV COMPILE_R7RS=${COMPILE_R7RS}