Skip to content

Commit 1c82049

Browse files
authored
Add racket setup to devcontainer (#875)
1 parent bfc180d commit 1c82049

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D6
7373
RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
7474

7575
# Setup Racket
76-
## Use: https://ubunlog.com/en/racket-install-ubuntu-programming-language
76+
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D9D33FCD84D82C17288BA03B3C9A6980F827E01E
77+
RUN sudo add-apt-repository 'deb http://ppa.launchpad.net/plt/racket/ubuntu focal main'
7778

7879
# Setup Scheme
7980
## Use: https://github.com/ashinn/chibi-scheme
@@ -99,7 +100,7 @@ RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu fo
99100

100101
# Install the packages that needed extra help
101102
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
102-
&& apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base
103+
&& apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket
103104

104105
RUN pip install wheel matplotlib numpy coconut
105106

0 commit comments

Comments
 (0)