Skip to content

Commit

Permalink
Add scheme setup to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMitia committed Oct 11, 2021
1 parent 39f8c1c commit ab811c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu fo
## Use: https://ubunlog.com/en/racket-install-ubuntu-programming-language

# Setup Scheme
## Use: https://github.com/ashinn/chibi-scheme
RUN sudo sh -c 'git clone https://github.com/ashinn/chibi-scheme.git scheme'
WORKDIR $HOME/scheme
RUN make && sudo make install


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

0 comments on commit ab811c2

Please sign in to comment.