Making the build work

This commit is contained in:
retropikzel 2025-04-18 08:41:25 +03:00
parent 1e75b8ecf4
commit c36470c2bd
1 changed files with 1 additions and 0 deletions

View File

@ -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}