We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f8c1c commit 0de4088Copy full SHA for 0de4088
.devcontainer/Dockerfile
@@ -76,7 +76,10 @@ RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu fo
76
## Use: https://ubunlog.com/en/racket-install-ubuntu-programming-language
77
78
# Setup Scheme
79
-## Use: https://github.com/ashinn/chibi-scheme
+RUN sudo sh -c 'git clone https://github.com/ashinn/chibi-scheme.git scheme'
80
+WORKDIR $HOME/scheme
81
+RUN make && sudo make install
82
+
83
84
# Setup Scratch
85
## using 1.x right now.... in future checkout snap or adobe air?
0 commit comments