Working on test-r7rs

This commit is contained in:
retropikzel 2025-09-29 20:13:38 +03:00
parent 96aede2365
commit 8d99e06cb3
1 changed files with 7 additions and 6 deletions

View File

@ -208,6 +208,7 @@
":5") ":5")
(use-docker-head? ":head") (use-docker-head? ":head")
(else ""))) (else "")))
,(string-append "RUN apt-get update && apt-get install -y tree " apt-pkgs)
"RUN mkdir -p ${HOME}/.snow && echo '()' > ${HOME}/.snow/config.scm" "RUN mkdir -p ${HOME}/.snow && echo '()' > ${HOME}/.snow/config.scm"
"COPY --from=retropikzel1/compile-r7rs /opt/compile-r7rs /opt/compile-r7rs" "COPY --from=retropikzel1/compile-r7rs /opt/compile-r7rs /opt/compile-r7rs"
"ENV PATH=/opt/compile-r7rs:${PATH}" "ENV PATH=/opt/compile-r7rs:${PATH}"