Skip to content

Commit

Permalink
Add scheme setup to devcontainer (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMitia authored Oct 16, 2021
1 parent a869114 commit cee1270
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ ENV PATH=$PATH:/root/factor/factor
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'

# Setup Racket
# Setup Racket and Scheme
# To run scheme files, use `racket -f <file.ss>`
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D9D33FCD84D82C17288BA03B3C9A6980F827E01E
RUN sudo add-apt-repository 'deb http://ppa.launchpad.net/plt/racket/ubuntu focal main'

# Setup Scheme
## Use: https://github.com/ashinn/chibi-scheme

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

Expand Down

0 comments on commit cee1270

Please sign in to comment.