Making the build work
This commit is contained in:
parent
1e75b8ecf4
commit
c36470c2bd
|
@ -8,3 +8,4 @@ FROM schemers/${COMPILE_R7RS}
|
||||||
RUN apt-get update && apt-get install -y make libffi8 libgc1 libssl3 libuv1
|
RUN apt-get update && apt-get install -y make libffi8 libgc1 libssl3 libuv1
|
||||||
COPY --from=build /usr/local-other/ /usr/local-other/
|
COPY --from=build /usr/local-other/ /usr/local-other/
|
||||||
ENV PATH=${PATH}:/usr/local-other/bin
|
ENV PATH=${PATH}:/usr/local-other/bin
|
||||||
|
ENV COMPILE_R7RS=${COMPILE_R7RS}
|
||||||
|
|
Loading…
Reference in New Issue