Skip to content

Commit 0de4088

Browse files
committed
Add scheme setup to devcontainer
1 parent 39f8c1c commit 0de4088

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu fo
7676
## Use: https://ubunlog.com/en/racket-install-ubuntu-programming-language
7777

7878
# Setup Scheme
79-
## Use: https://github.com/ashinn/chibi-scheme
79+
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+
8083

8184
# Setup Scratch
8285
## using 1.x right now.... in future checkout snap or adobe air?

0 commit comments

Comments
 (0)