Skip to content

Commit cee1270

Browse files
authored
Add scheme setup to devcontainer (#876)
1 parent a869114 commit cee1270

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.devcontainer/Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,11 @@ ENV PATH=$PATH:/root/factor/factor
7272
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
7373
RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
7474

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

79-
# Setup Scheme
80-
## Use: https://github.com/ashinn/chibi-scheme
81-
8280
# Setup Scratch
8381
## using 1.x right now.... in future checkout snap or adobe air?
8482

0 commit comments

Comments
 (0)